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

  • Including comments in an evaluated NewScript()

    What would be the easiest way to include comments in an script that is written when executed? dt = CurrentDataTable(); mystring = "Hello world!"; mylist = {"A", "B", "C"}; Eval(EvalExpr(dt << NewScript( "test", // This comment will not appear in the new script as it is inside the Eval(EvalExpr()) mystring = Expr(mystring); mylist = Expr(mylist); ))); // JSL output // mystring = "Hello world...

    FN FN
    Discussions |
    Jan 9, 2021 2:43 PM
    1331 views | 3 replies
  • How do I interpret wilcoxon results table?

     I understand  the prob/ Chi Sq is my P value here. most of my tests were non significant. But hwat does the " Score mean" mean? Its a non parametric test so it should be median, correct?I'm trying to set up a results table and don't know how to show numerically the data that is significant and approaches significance.  This is what I had hoped to present but My mentors are confused because my dat...

    Ellabluebird Ellabluebird
    Discussions |
    Jan 8, 2021 10:54 AM
    3758 views | 1 replies
  • Connect Points on a Ternary Plot

    Hi there,Is there any way to connect data points in a ternary plot? My hope is to connect points like this image is showing.I am looking to create traces to "fingerprint" the evolution of a reaction with 3 species.  The difficulty I am having is that the bulky data points sometimes overlap and get in the way of showing the nuances between each "condition" when I use the row legend to color by cond...

    AU AU
    Discussions |
    Jan 8, 2021 10:45 AM
    1990 views | 3 replies
  • Why is my Decision Tree have duplicate attributes in the same branch?

    Hi all. Just wondering if anybody knows why the decision tree is (in the case below) selecting Nozzle Air Pressure >42.09, then appears to contradict itself in the next node by selecting and splitting the Nozzle Air Pressure again? My understanding is that once an attribute is split, it should no longer be considered in subsequent branches. I'm using 10-fold cross validation with a holdback of 30%...

    kom kom
    Discussions |
    Jan 8, 2021 7:30 AM
    7662 views | 7 replies
  • Comparing observed/predicted from different models. (Mean Absolute Deviation (MAD) or Mean Absolute Error (MAE))?

    I'm using the neural platform to calculate a model that makes predictions from some observed data and want to compare the performance of that model to other models (not from JMP). To compare the different models, I want to compare the observed data and the predictions from the different models.The R2 is not a good measure because it checks for any linear relationship between the observed and predi...

    matthias_bruchh matthias_bruchh
    Discussions |
    Jan 8, 2021 2:32 AM
    3674 views | 0 replies

Latest Discussions

  • Including comments in an evaluated NewScript()

    What would be the easiest way to include comments in an script that is written when executed? dt = CurrentDataTable(); mystring = "Hello world!"; mylist = {"A", "B", "C"}; Eval(EvalExpr(dt << NewScript( "test", // This comment will not appear in the new script as it is inside the Eval(EvalExpr()) mystring = Expr(mystring); mylist = Expr(mylist); ))); // JSL output // mystring = "Hello world...

    FN FN
    Discussions |
    Jan 9, 2021 2:43 PM
    1331 views | 3 replies
  • How do I interpret wilcoxon results table?

     I understand  the prob/ Chi Sq is my P value here. most of my tests were non significant. But hwat does the " Score mean" mean? Its a non parametric test so it should be median, correct?I'm trying to set up a results table and don't know how to show numerically the data that is significant and approaches significance.  This is what I had hoped to present but My mentors are confused because my dat...

    Ellabluebird Ellabluebird
    Discussions |
    Jan 8, 2021 10:54 AM
    3758 views | 1 replies
  • Connect Points on a Ternary Plot

    Hi there,Is there any way to connect data points in a ternary plot? My hope is to connect points like this image is showing.I am looking to create traces to "fingerprint" the evolution of a reaction with 3 species.  The difficulty I am having is that the bulky data points sometimes overlap and get in the way of showing the nuances between each "condition" when I use the row legend to color by cond...

    AU AU
    Discussions |
    Jan 8, 2021 10:45 AM
    1990 views | 3 replies
  • Comparing observed/predicted from different models. (Mean Absolute Deviation (MAD) or Mean Absolute Error (MAE))?

    I'm using the neural platform to calculate a model that makes predictions from some observed data and want to compare the performance of that model to other models (not from JMP). To compare the different models, I want to compare the observed data and the predictions from the different models.The R2 is not a good measure because it checks for any linear relationship between the observed and predi...

    matthias_bruchh matthias_bruchh
    Discussions |
    Jan 8, 2021 2:32 AM
    3674 views | 0 replies
  • Classification problem

    Hi all, good new year 2021.I'm working on a classification problem with a binary response called Group (o and 1 states) as reported in the attached xls file. Overall there are 13 predictors with 2 of them being categorical. This table is the result of cleaning, feature selection and clustering (to remove collinarity). Being the Group state 1 strongly unbalanced with respect to the 0 one I used the...

    FR60 FR60
    Discussions |
    Jan 7, 2021 12:51 AM
    2732 views | 2 replies

Latest Discussions

  • Comparing observed/predicted from different models. (Mean Absolute Deviation (MAD) or Mean Absolute Error (MAE))?

    I'm using the neural platform to calculate a model that makes predictions from some observed data and want to compare the performance of that model to other models (not from JMP). To compare the different models, I want to compare the observed data and the predictions from the different models.The R2 is not a good measure because it checks for any linear relationship between the observed and predi...

    matthias_bruchh matthias_bruchh
    Discussions |
    Jan 8, 2021 2:32 AM
    3674 views | 0 replies
  • Graph Builder - Remove Combine Scales?

    In graph builder I am interested in plotting a simple Y vs X for multiple X variables. By default graph builder combines all the different X variables on the same X axis and scale. Is there a simple way to change the X axis to have separate scales on the X axis for each variable? Default graph builder (script1, graph1)Plot 1 variable on Y axis vs 8 variables on X axisAll 8 variables on same x-axis...

    ehorne ehorne
    Discussions |
    Oct 29, 2020 9:11 AM
    1515 views | 0 replies
  • SharePoint Online

    My company recently began the migration from SharePoint 2010 to SharePoint Online.  I have found that my JSL scripts are now no longer able to open or save files to the new SPO site.  Anyone have the correct updated syntax for this. Example 1 (SP 2010): This worked.     TablePath4 = "\\sharepoint.amr.ith.company.com@ssl\sites\rpt\documents\JMP_tables\"; //set variable TablePath path location Tabl...

    Outdoorsman1963 Outdoorsman1963
    Discussions |
    Oct 23, 2020 4:06 PM
    1322 views | 0 replies
  • How to run a Post hoc for Chi Square results in JMP?

    I was wondering if someone can help me. I want to run a post hoc analysis for the chi square results in JMP. Thanks

    vmendez17 vmendez17
    Discussions |
    Oct 22, 2020 7:33 PM
    825 views | 0 replies
  • Problem specifying model for a partly nested ANOVA design

    My study design is mixed-model with one fixed between-plot fixed factor (A), a random plot factor (B), nested in A (B[A]), and two crossed within-plot fixed factors (C and D).  I'm able to enter a full factorial model that includes the 3 fixed factors and all their interactions, using either the Least Squares or Mixed-Model Personality.  I'm also able to add the random factor (B[A]), but things go...

    wpsousa wpsousa
    Discussions |
    Oct 19, 2020 10:39 PM
    1037 views | 0 replies
view all discussions