cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
  • Register to attend Discovery Summit 2025 Online: Early Users Edition, Sept. 24-25.
  • New JMP features coming to desktops everywhere this September. Sign up to learn more at jmp.com/launch.

Welcome to the JMP User Community!

Ask questions, get answers, meet other JMP users
cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Learning Resources

Latest Discussions

  • problème importation base oracle avec Jump

    bonjour, quand j'importe une base type oracle avec Jump, j'obtiens pour certaines valeurs des caractères spéciaux; voir image.alors que dans la base de données, les cellules sont vides. est-ce que celà vient du client Oracle sur mon poste?est-ce que celà vient de la base oracle sur le serveur,est-ce que celà vient du client Jmp? cordialement  

    Françoise Françoise
    Discussions |
    Jun 12, 2023 9:12 AM
    639 views | 0 replies
  • Passing messages to "this" within class definition

    Is it possible to pass a message to the instance of a class from within a method? Here is an example of what I am trying to do: Define Class( "example", x=1; test = Method( {name, method}, << Insert(name, method); ); ); t = New Object( example()); // This fails to insert the blah method t:test("blah", Method({y}, show("Blah " || char(x) || char(y)))); t:blah(6); //This succeeds in insert...

    KevW KevW
    Discussions |
    Jun 12, 2023 7:02 AM
    2258 views | 5 replies
  • Combine Rule

    Referring to Rules: Stepwise Regression Control Panel (jmp.com) and Example of the Combine Rule : JMP Help Could somebody please further elaborate on the 2 tests when considering the entry for a term. It would also be immensely helpful if the explanation was based on stepwise backward selection. "Calculates p-values for two separate tests when considering entry for a term that has precedents. The ...

    CorpVi CorpVi
    Discussions |
    Jun 12, 2023 2:59 AM
    764 views | 0 replies
  • How to add a button to script which could do a smooth transition between two parts in a script

    Hi,  I am new to JMP17 and recently would like to add a button between two parts of my script, after first part of my code finished execution. If user click the button and it will run the second part of the script. I have attached a screenshot to here. The trick is in my "New Window()" function, I have a combo box and data selected button to pick data from a graphic builder, I add another button b...

    YFan3 YFan3
    Discussions |
    Jun 12, 2023 2:40 AM
    1435 views | 2 replies
  • Correlation between an ordinal output variable and a continuous predictive variable

    Hello Community, I have a question about a case of finding out whether there is any important correlation between an ordinal response variable and a continuous predictive variable.This is my data (I also attach the JMP file just in case): At first I thought of using “Fit model platform” and then displaying Spearman’s coefficient, but then I found this information in a JMP book:  According to this ...

    Julianveda Julianveda
    Discussions |
    Jun 12, 2023 2:16 AM
    4742 views | 4 replies

Latest Discussions

  • problème importation base oracle avec Jump

    bonjour, quand j'importe une base type oracle avec Jump, j'obtiens pour certaines valeurs des caractères spéciaux; voir image.alors que dans la base de données, les cellules sont vides. est-ce que celà vient du client Oracle sur mon poste?est-ce que celà vient de la base oracle sur le serveur,est-ce que celà vient du client Jmp? cordialement  

    Françoise Françoise
    Discussions |
    Jun 12, 2023 9:12 AM
    639 views | 0 replies
  • Passing messages to "this" within class definition

    Is it possible to pass a message to the instance of a class from within a method? Here is an example of what I am trying to do: Define Class( "example", x=1; test = Method( {name, method}, << Insert(name, method); ); ); t = New Object( example()); // This fails to insert the blah method t:test("blah", Method({y}, show("Blah " || char(x) || char(y)))); t:blah(6); //This succeeds in insert...

    KevW KevW
    Discussions |
    Jun 12, 2023 7:02 AM
    2258 views | 5 replies
  • Combine Rule

    Referring to Rules: Stepwise Regression Control Panel (jmp.com) and Example of the Combine Rule : JMP Help Could somebody please further elaborate on the 2 tests when considering the entry for a term. It would also be immensely helpful if the explanation was based on stepwise backward selection. "Calculates p-values for two separate tests when considering entry for a term that has precedents. The ...

    CorpVi CorpVi
    Discussions |
    Jun 12, 2023 2:59 AM
    764 views | 0 replies
  • Matched Pair Analysis

    Hello, How can I customize the confidence interval for a matched pair analysis output? The default is a 95% upper and lower limit that but I'd like to use some standard deviation based on the data. Can you show me how to do this?  Thanks,  Naeem

    ndowidar ndowidar
    Discussions |
    Jun 12, 2023 12:51 AM
    2618 views | 4 replies
  • How to find all combinations of a variable?

    Hi! I need to be able to find combinations of a variable that equals a certain number. For example, I have a list of 5 solvents all with different solubility parameters. I need to be able to identify what combination of solvents would equal a solubility parameter of approximately 10 (Ex. 30% solvent A + 70% solvent B = solubility parameter of 10.05).  Any ideas om how to achieve this?

    WeightedElk7793 WeightedElk7793
    Discussions |
    Jun 9, 2023 11:26 AM
    878 views | 1 replies

Latest Discussions

  • problème importation base oracle avec Jump

    bonjour, quand j'importe une base type oracle avec Jump, j'obtiens pour certaines valeurs des caractères spéciaux; voir image.alors que dans la base de données, les cellules sont vides. est-ce que celà vient du client Oracle sur mon poste?est-ce que celà vient de la base oracle sur le serveur,est-ce que celà vient du client Jmp? cordialement  

    Françoise Françoise
    Discussions |
    Jun 12, 2023 9:12 AM
    639 views | 0 replies
  • Combine Rule

    Referring to Rules: Stepwise Regression Control Panel (jmp.com) and Example of the Combine Rule : JMP Help Could somebody please further elaborate on the 2 tests when considering the entry for a term. It would also be immensely helpful if the explanation was based on stepwise backward selection. "Calculates p-values for two separate tests when considering entry for a term that has precedents. The ...

    CorpVi CorpVi
    Discussions |
    Jun 12, 2023 2:59 AM
    764 views | 0 replies
  • Failed to convert varchar value ro datatype int in query (query worked before but now not)

    Hi , I used JMP DATAbase Query to query data from tables. the same query worked find until today it suddenly complains of issue of converting char to int. I'm not sure why it worked before and nothing has changed, but now not it is not working. So I started to work on the custom query to find a way to add script to convert. This is my first time with the custom sql query. how can I convert the t2....

    dadawasozo dadawasozo
    Discussions |
    Jun 9, 2023 7:30 AM
    743 views | 0 replies
  • Main Menu("command") - return value?

    If I open a file via open("filename"), the command returns a reference to the data table which can be used as dt = open("filename");If I trigger open viadt = Main Menu("open")it doesn't return a reference to the data table. In general, is there a way, when triggering a command from the Main Menu, to get the return value?e.g. a reference to a data table for a user defined file loader - or an error ...

    hogi hogi
    Discussions |
    Jun 7, 2023 8:42 AM
    631 views | 0 replies
  • Selecting multiple legend entries - how?

    Sometimes in a GraphBuilder it's difficult to select multiple entries in the legend, especially along the idea:- select a first entry- press shift *)- while clicking on another entry.If everything works fine, at the end both entries plus the entries in between will be selected. But there are cases where either the first selected entry or all entries are deselected at the end.
    Is there a feature beh...

    hogi hogi
    Discussions |
    May 24, 2023 3:08 PM
    636 views | 0 replies
view all discussions