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

  • 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
  • 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
  • Name Selection in Column -

    Hello JMP Community, A bit challenging problem - I am trying to select Name Selection in Column  matrix [X,Y] of 26 x 29 points.  Create a Column in the data table and highlight them as belowIs there a way to Name all the with jsl instead of manually selecting and naming them? I have attached the XY tableAny suggestions would be much appreciated  Thanks a lot,The best community  

    Jackie_ Jackie_
    Discussions |
    Jun 10, 2023 7:09 AM
    2548 views | 5 replies
  • Loop through the list and concate

    Hello forks, I am trying to loop through the list and contact the string but it only reads the first value in the list.Is there a workaround?   Here's the code:dt = current data table(); //List 1 uniq = {"S", "V"};
    //list 2 binnaming = {"Dummy", "Sigma"};
    Loop through the list to concede the strings and write to the data table rows For( i = 1, i <= N Items( uniq ), i++, :Column 1[i] = "BIN = \!""
    ...

    Jackie_ Jackie_
    Discussions |
    Jun 9, 2023 1:15 PM
    1131 views | 1 replies

Latest Discussions

  • 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
  • Creating a series column based on other column values.

    Hello, I need help with creating a column, using JSL,  that fill a series and increase by one when a triggered by another column value. Like column 2 below, every time there is a “Yes” in column 1 it increases by 1 the value in column 2.
    Hope I am clear enough. Column 1Column 2No1No1No1No1Yes2No2No2No2No2No2Yes3No3No3No3

    ileshem ileshem
    Discussions |
    Jun 9, 2023 10:20 AM
    1328 views | 3 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
  • Kaplan-Meier plot assistance

    Good Afternoon, I'm trying to generate a very simple Kaplan-Meier plot with necropsy day and date. I'm using the survival tab but the graph appears as if there are 3 animals remaining at the 86d time point and the graph starts at 0.8 not 1.  Please assist. I know this is probably something very simple but I have tried for over a day and cannot figure out how to fix it!  The data is attached. There...

    perrydl perrydl
    Discussions |
    Jun 9, 2023 7:19 AM
    1209 views | 2 replies

Latest Discussions

  • 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
  • how to read the output from Johnson-Neyman plot and floodlight analyisis?

    hi,I have got an add-in from https://community.jmp.com/t5/JMPer-Cable/Who-what-why-and-how-Tools-for-modeling-and-visualizing/bc-p/624293#M842 to implement floodlight analysis through Johnson-Neyman Plot.  according to the table of the example from the linkage above; what does "_c" mean? such as "meaning_c" and overwhelming_c"? focus on my own study, I got a moderator called "SE" which is a contin...

    Rongyu_Kuang Rongyu_Kuang
    Discussions |
    Apr 23, 2023 8:56 AM
    1195 views | 0 replies
  • Goodness of Fit statistics for GLM Probit Fit: Deviance or Pearson?

    Which GoF statistic is best to use (Pearson or Deviance) when the results disagree?  Is one better suited for Probit than the other? I'm using JMP Pro 17.0.0 

    DBerger DBerger
    Discussions |
    Apr 18, 2023 12:50 PM
    774 views | 0 replies
view all discussions