cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
  • JMP 19 is here! See the new features at jmp.com/new.
  • Register to attend Discovery Summit 2025 Online: Early Users Edition, Sept. 24-25.

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

  • Create a sequence column

    hello Communitysomeone can help me with JSLi need to create a sequence column referred to another data column (as for picture example) (as you can see for each wafer ID item, the data can be variable.... 5/8/4 ecc) thanks in advanceGianpaolo

    gianpaolo gianpaolo
    Discussions |
    Jul 15, 2021 10:55 PM
    4872 views | 8 replies
  • Using JSL to Save results from an Expression to a Journal

    I have the following code that I got A LOT of help on from my JMP JSL SAS professors when I took the course (so I don't totally understand how it works). It allows me to put a bunch of (variable, to be selected by the user) distributions in one window. How do I script the resultant window to the Journal that is created earlier in my code? All my other graphs are straightforward - created an outlin...

    lisa2442 lisa2442
    Discussions |
    Jul 15, 2021 5:28 PM
    2274 views | 4 replies
  • Have difficulty to find 2nd max, 3rd max value in 1 column etc

    Hi JSL experts, I have a big trouble to find the 2nd max, 3rd max etc value in 1 column.For a col below, I hope to identify the top 5 max value, and mark the value out in a sperate column.It seems I can only find the col max, but have a lot of difficulty to find the 2nd max, 3rd max etc.Is there any standard formula for this solution?
    Thanks (100,232,343,121,100,132,100,100,100,100,)

    Stokes Stokes
    Discussions |
    Jul 15, 2021 4:59 PM
    2471 views | 3 replies
  • Name Unresolved: Framebox in access or evaluation of 'Framebox'

    Hi all,I am trying to create a function and I don't know what seems to be the problem why it keeps on prompting the error Name Unresolved: Framebox in access or evaluation of 'Framebox' , Framebox( 1 ) /*###*/ Please help bivpolyfit = Function( { x_param, y_param, grouping }, biv = Bivariate( X( Column( x_param ) ), Y( Column( y_param ) ), by( Column( holder ), Column( type ) ), GroupBy( column...

    29755 29755
    Discussions |
    Jul 15, 2021 7:44 AM
    1269 views | 2 replies
  • Matched pair analysis for categorical variables

    I have a set of patients who revived two different drugs at different times.  Based on their creatine changes, I then have proportion of patients who had their category of kidney failure changed ( n=x after drug A and n=y after drug B) It is easy to compare the mean creatinine change with the two drugs by paired T test, but if I want to compare the proportion of patients, whose kidney failure cate...

    Sandeep123 Sandeep123
    Discussions |
    Jul 15, 2021 7:26 AM
    1132 views | 1 replies

Latest Discussions

  • Using JSL to Save results from an Expression to a Journal

    I have the following code that I got A LOT of help on from my JMP JSL SAS professors when I took the course (so I don't totally understand how it works). It allows me to put a bunch of (variable, to be selected by the user) distributions in one window. How do I script the resultant window to the Journal that is created earlier in my code? All my other graphs are straightforward - created an outlin...

    lisa2442 lisa2442
    Discussions |
    Jul 15, 2021 5:28 PM
    2274 views | 4 replies
  • Name Unresolved: Framebox in access or evaluation of 'Framebox'

    Hi all,I am trying to create a function and I don't know what seems to be the problem why it keeps on prompting the error Name Unresolved: Framebox in access or evaluation of 'Framebox' , Framebox( 1 ) /*###*/ Please help bivpolyfit = Function( { x_param, y_param, grouping }, biv = Bivariate( X( Column( x_param ) ), Y( Column( y_param ) ), by( Column( holder ), Column( type ) ), GroupBy( column...

    29755 29755
    Discussions |
    Jul 15, 2021 7:44 AM
    1269 views | 2 replies
  • Matched pair analysis for categorical variables

    I have a set of patients who revived two different drugs at different times.  Based on their creatine changes, I then have proportion of patients who had their category of kidney failure changed ( n=x after drug A and n=y after drug B) It is easy to compare the mean creatinine change with the two drugs by paired T test, but if I want to compare the proportion of patients, whose kidney failure cate...

    Sandeep123 Sandeep123
    Discussions |
    Jul 15, 2021 7:26 AM
    1132 views | 1 replies
  • Graph Builder - Pie chart: display simultaneously label by row and label by percent of total values

    Hello everybody,I would like to know if it feasible to display two kind of labels on Pie Chart? Instead of choosing between "Percent of Total Values" and "By row" (in association with a Label column) I would like to display these two information simultaneously. Any idea of how we can do that? Many thanks in advance!   

    anne_sa anne_sa
    Discussions |
    Jul 15, 2021 6:26 AM
    2064 views | 3 replies
  • Fit Group Alternative

    Hi all, I am trying to plot a bivariate table with polynomial fit degree and used FIT GROUP. But the line color doesn't change with accordance to the group by column when it is being run but when it is individually run, the line color changes according to the group by column. I think it is being affected by the fit group, is there any alternative ways to arrange plots into groups from different da...

    29755 29755
    Discussions |
    Jul 15, 2021 1:34 AM
    1205 views | 1 replies

Latest Discussions

  • Graphlet disappearing after filtering through a null set

    Have a tool I built that has a series of graphlets in them.  Noticed some odd behavior.  The top-level graph has a local data filter.  Some combinations of that data filter will result in no data.  When I filter to a no-data set, then expand back to a set with data, the graphlet no longer exists.  Any ideas on how to retain the graphlets after filtering?

    Evan_Morris Evan_Morris
    Discussions |
    Jul 12, 2021 10:28 AM
    874 views | 0 replies
  • Obtaining a p-value for an odds ratio of a continuous variable

    Hi all,When performing an odds ration analysis on a nominal variable I get a p-value which is identical to the p-value of the parameter estimate (see pic below). When performing the same on a continues variable there is no p-value (see pic below). Could I use the p-value of the parameter estimate as the p-value of the odds ratio?If not how could I obtain the p-value in JMP?TIA

    eliyahu100 eliyahu100
    Discussions |
    Jul 7, 2021 10:27 AM
    1486 views | 0 replies
  • How do I get Odds Ratios after fitting a GLM with binomial distribution and logit function?

    Hi everyone,I need to get OR after fitting a GLM with binomial distribution and logit function - that is a logistic model. I cannot fit a "nominal logistic" where there's the option for OR because I need to use the Firth adjustment for small-sample bias (I can only do that for that GLM). Is there an option to get the Odds Ratios? Thank you in advance. Antony

    Antony Antony
    Discussions |
    Jul 7, 2021 10:04 AM
    877 views | 0 replies
  • Solving for new FPCs using a training set

    Had a question on the Functional Data Explorer system.  Feels like a dumb question but can't figure it out.  So I set up a training set and developed FPCs I like.   The next step is then to use that spline structure to solve the FPCs for new items as they come in.    What steps would I take to do that?    

    Evan_Morris Evan_Morris
    Discussions |
    Jul 6, 2021 11:08 AM
    704 views | 0 replies
  • Section 508 compliance

    Is there any guidance on how to make JMP graphs section 508 compliant (ADA issue for government documents)?  I found a post on how to remove the gray background, but is there any 508 specific guidance or other preference settings that would be helpful?  Maybe this is a wish list item?

    GGfGA GGfGA
    Discussions |
    Jun 30, 2021 10:03 AM
    872 views | 0 replies
view all discussions