cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
The Discovery Summit 2025 Call for Content is open! Submit an abstract today to present at our premier analytics conference.

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

  • Executing a python exe from Run program()

    I have a python executable (so I or others don't need python installed on the pc) which can analyze some data...

    I would like to call and run this from JMP, but I am not sure the best way as I would like to be able to feed variables to this python exe from JMP as well as get the return.

    I have done this successfully using the integrated python commands, but never with a stand along python exe file. ...

    nathan-clark nathan-clark
    Discussions |
    Jul 23, 2021 4:51 PM
    4011 views | 7 replies
  • How to use JSL to extract formula text from a column and save it to a cell?

    For example, add a "test" column with "Big Class.jmp" and write a random formula.How do use JSL to save the formula extract formula text in this column to a cell in another column? dt = Open( "$SAMPLE_DATA/Big Class.jmp" ); New Column( "test" ); Column( "test" ) << Formula( If( age > 15, height + 50 + weight, height + 100 + weight ) ); dt << run formulas; New Column( "txt", Character, "Nominal" ...

    lwx228 lwx228
    Discussions |
    Jul 23, 2021 7:06 AM
    2665 views | 9 replies
  • Linux Support

    Is SAS JMP available for Linux?

    user3532 user3532
    Discussions |
    Jul 23, 2021 5:54 AM
    14916 views | 4 replies
  • How do I merge two different types of graphs horizontally into a journal?

      ////////////////////////////////////////Makes 'N' overlay plots. One each for each "Parameter Name"//////////////////////////////////////////////////////// overlayplot = table1 << Overlay Plot( X( :column1 ), Y( :Name( "Mean(Parameter Value)" ) ), Grouping( :GROUP ), SendToByGroup( {:Parameter Name == Eval( :Parameter Name )}, Overlay Groups, Connect Thru...

    ankitgssingh ankitgssingh
    Discussions |
    Jul 23, 2021 3:59 AM
    1880 views | 3 replies
  • Partial redundancy analysis in JMP

    I need to check the effects of three explanatory variables which are 1) fish_length, location, and sex on a set of response variables (PC1…..PC7).
    First I need to test the effect of size (fish size), and in case if the effect of fish_length is significant then I need to use the residuals of the first pRDA test to check the effects of location and sex using RDA. Also I will need to use the residuals...

    ukhandurrani ukhandurrani
    Discussions |
    Jul 22, 2021 9:33 AM
    1019 views | 0 replies

Latest Discussions

  • Partial redundancy analysis in JMP

    I need to check the effects of three explanatory variables which are 1) fish_length, location, and sex on a set of response variables (PC1…..PC7).
    First I need to test the effect of size (fish size), and in case if the effect of fish_length is significant then I need to use the residuals of the first pRDA test to check the effects of location and sex using RDA. Also I will need to use the residuals...

    ukhandurrani ukhandurrani
    Discussions |
    Jul 22, 2021 9:33 AM
    1019 views | 0 replies
  • How do I create two independent row legends in the same output tab? JSL JMP12

    Hi friends, I am working on a report that has multiple plots in the same output tab. For plot 1 I want the row legend colors to be based on tool 1. For plot 2 I want the row legend colors to be based on tool 2. When I assign tool 2 to the row legend for plot 2 the colors in plot 2 still match the tool 1 colors established in plot 1. I have another column utilizing the alphanumeric row legend so th...

    jk137 jk137
    Discussions |
    Jul 21, 2021 6:04 PM
    854 views | 1 replies
  • Best model in multinomial logistics regression model

    Hello What models use to select variables in a multinomial logistics regression model to have the best AIC ? and select the best variables ?
    I tried with the regression step by step but I don't understand that doesn't work, I have a less good confusion matrix than with my model of nominal logistic regression with all my variablesThank you

    Emma1 Emma1
    Discussions |
    Jul 21, 2021 1:35 PM
    988 views | 2 replies
  • Confusion matrix "training"

    Hello, I have no question about the confusion matrix of a multinomial logistic regression model Here's there is the variable Y with 3 modalities: 1,2,3   Does "Training" mean that JMP automatically does a learning database to learn the model?Indeed when I calculate the total number of observations on my confusion matrix : 311+79+37+98+209+59+48+57+187 = 1085While my database is 1369 rowsAnd 1085/1...

    Emma1 Emma1
    Discussions |
    Jul 21, 2021 10:34 AM
    1257 views | 1 replies
  • Trying to find a function programmed into JMP

    Hello,I am working on a spreadsheet that has a column with a script written into it. The script calls a function by ::FunctionName(col1,col2,col3,col4). I need to edit the function but I cannot find it anywhere in the files, do these get saved somewhere? 

    Snadraus Snadraus
    Discussions |
    Jul 20, 2021 1:10 PM
    1880 views | 8 replies

Latest Discussions

  • Partial redundancy analysis in JMP

    I need to check the effects of three explanatory variables which are 1) fish_length, location, and sex on a set of response variables (PC1…..PC7).
    First I need to test the effect of size (fish size), and in case if the effect of fish_length is significant then I need to use the residuals of the first pRDA test to check the effects of location and sex using RDA. Also I will need to use the residuals...

    ukhandurrani ukhandurrani
    Discussions |
    Jul 22, 2021 9:33 AM
    1019 views | 0 replies
  • 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
    684 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
    1276 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
    703 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
    557 views | 0 replies
view all discussions