cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

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 sort week number across year using JSL (JMP12)?

    I have data by week number from Oct 2016 to the current week.  I want to show the week numbers in correct order on the X-axis on bar chart going from week 48, 49, 50, 51, 1,2,3 etc. Or value ordering for WeekNumber column in the order of time stamp can help.I created Year as another column and used Year axis along with WeekNum on Bar chart. But it didn't work as expected. please see the attached c...

    Priyank Priyank
    Discussions |
    Jan 11, 2021 2:58 PM
    15484 views | 6 replies
  • Does JMP's loglikelihood value include a constant?

    When JMP shows the loglikelihood value, does it set the constant to 0 or some number? Thanks!

    etmsni etmsni
    Discussions |
    Jan 11, 2021 12:45 PM
    3186 views | 7 replies
  • Rename columns using an associative array

    Hi, I am trying to use an associative array to rename a bunch of columns. I have been using the Big Class data as an example. I will appreciate some help fixing my script.Names Default To Here( 1 ); dt = Data Table ("Big Class.jmp"); //Use and array to rename the Big Class table columns to "spanish" newColNames = Associative Array(); newColNames["name"] = "nombre"; newColNames["age"] = "edad"; new...

    ALopez ALopez
    Discussions |
    Jan 11, 2021 10:12 AM
    1604 views | 3 replies
  • how to use JMP to calculate Lot to Lot, Wafer to Wafer, Within wafer variation?

    My question is how to use JMP to calculate Lot to Lot, Wafer to Wafer, Within wafer variation and quantify the uniformity?for example, I have one table, in this table have column "lot", column "wafer", column "site", also includes one data column.within same lot have 15 wafers, within same wafer have 20 sites, so the question is how to use JMP to calculate and quantify the percentage of Lot to Lot...

    qspringleaf qspringleaf
    Discussions |
    Jan 11, 2021 7:27 AM
    2586 views | 3 replies
  • Add mean to distribution histogram ?

    Hi Community,
    As I'm a new user i struggle to get familiar with all the functions.
    Is it possible to add a mean line calculated from JMP in a distribution histogram ?? (attached an illustration of what i would like)
    Anyone that can help ?? Thanks  

    Martinej Martinej
    Discussions |
    Jan 10, 2021 1:48 PM
    5611 views | 6 replies

Latest Discussions

  • how to use JMP to calculate Lot to Lot, Wafer to Wafer, Within wafer variation?

    My question is how to use JMP to calculate Lot to Lot, Wafer to Wafer, Within wafer variation and quantify the uniformity?for example, I have one table, in this table have column "lot", column "wafer", column "site", also includes one data column.within same lot have 15 wafers, within same wafer have 20 sites, so the question is how to use JMP to calculate and quantify the percentage of Lot to Lot...

    qspringleaf qspringleaf
    Discussions |
    Jan 11, 2021 7:27 AM
    2586 views | 3 replies
  • how to use JMP to calculate Lot to Lot, Wafer to Wafer, Within wafer variation?

    My question is how to use JMP to calculate Lot to Lot, Wafer to Wafer, Within wafer variation and quantify the uniformity?for example, I have one table, in this table have column "lot", column "wafer", column "site", also includes one data column.within same lot have 15 wafers, within same wafer have 20 sites, so the question is how to use JMP to calculate Lot to Lot, Wafer to Wafer, Within wafer ...

    qspringleaf qspringleaf
    Discussions |
    Jan 10, 2021 12:00 PM
    3727 views | 2 replies
  • nominal logistic and generalized linear models do not take random effects

    Dear JMP Community,Sorry if this has already been discussed, I think it has been, but I don't seem to find the relevant thread.I am attempting to run either nominal logistic or generalized linear model with binomial distribution (in this particular case if I am not mistaken these are pretty much the same thing) with a categorical response variable and a nested design, in which I have the outer fac...

    l_yampolsky l_yampolsky
    Discussions |
    Jan 10, 2021 10:57 AM
    1593 views | 1 replies
  • 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
    3760 views | 1 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
    3675 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
    1519 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
    1324 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
    829 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
    1039 views | 0 replies
view all discussions