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

  • 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
    2477 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
    1277 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
    1133 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
    2072 views | 3 replies
  • Obtenir la référence d'une fenêtre

    Bonjour,Je souhaite pouvoir supprimer une box à la fermeture d'une table de donnée. Dans le code ci dessous je veux qu'à la fermeture de Big Class, la text Box de w soit supprimée.  Names Default To Here( 1 ); project = New Project(); project << Append( w = New Window( "Window", Text Box( "Window 1" ) ) ); project << Append( w2 = New Window( "Window2", Text Box( "Window 2" ) ) ); dt1 = Open( "...

    Elise_B Elise_B
    Discussions |
    Jul 15, 2021 2:52 AM
    1052 views | 2 replies

Latest Discussions

  • 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
    1277 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
    1133 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
    2072 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
    1210 views | 1 replies
  • Problem to read / understand error message from "debug script"

    Hello, I am using option called jmp debug to verifiy my script before start it first but I am running regular in issues to find bug because error message is not clear for me.   for ex: my new script ends at line 1652 but I get error message regarding entry in line 1660 col 2.    any inputs?    

    Suza Suza
    Discussions |
    Jul 14, 2021 1:15 AM
    1968 views | 3 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
    879 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
    1491 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
    879 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
    707 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
    875 views | 0 replies
view all discussions