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

  • Application builder - multiple graph builders using PAGE

    Hi,I've put together multiple time series plots using application builder. I've used PAGE to create a chart for each of my measurements in my data table. The data table has been built by importing multiple csv files.The issue I have is that only the first chart in the list is formatted as I've specified in the script (labels and axis formatting).Any ideas why? Is this a result of using application...

    spudton spudton
    Discussions |
    Jan 12, 2021 12:10 PM
    1446 views | 1 replies
  • Change date format in a script

    I have a script that requires the user to input a batch creation time. It currently looks like this:  New Window( "BATCH_CREATE_TIME", <<modal(), Panel Box( "Enter BATCH_CREATE_TIME", Lineup Box( N Col( 1 ) ), number = Text Edit Box( "01/01/2021 09:00:00.000000" ) ), Panel Box( "Actions", H List Box( Button Box( "OK", keep_going = 1; BATCH_TIME = number << Get text; ), B...

    HarriBradbeer HarriBradbeer
    Discussions |
    Jan 12, 2021 9:55 AM
    1602 views | 1 replies
  • How to replace selected values in a column with JSL

    Hi everyone,  I'm looking to replace alternate values in a column in using scripting. I've managed to select the values in the table but I'm struggling to find a way to replace them in just 1 column only.  This is my code so far: Names Default To Here (1);
    dt << new column ("selection", formula (sequence (1,2,1 ))); dt:selection << delete formula; dt << select where(:1 & :selection !=1);
     This is t...

    ASullivan ASullivan
    Discussions |
    Jan 12, 2021 8:13 AM
    5417 views | 7 replies
  • Control Chart Builder & Levey Jennings phases

    Dear JMP community,I have recently migrated to the Control Chart Builder Platform from the old Levey Jennings platform and is experiening some strange behavior for the new charts. It seems like my Levey Jennings chart constructed using the Control Chart Builder platform is using the same standardeviation to calculate the control limit in all phases, which is not the case for the old platform or fo...

    DSA DSA
    Discussions |
    Jan 12, 2021 4:51 AM
    5396 views | 2 replies
  • Column switcher with Control chart builder

    When I hide the control panel on control chart builder, then use column switcher to toggle between control charts, the charts get smaller and smaller until you can no longer see them. Does anyone know how to fix this?

    kschnarrs kschnarrs
    Discussions |
    Jan 12, 2021 4:05 AM
    5539 views | 3 replies

Latest Discussions

  • Application builder - multiple graph builders using PAGE

    Hi,I've put together multiple time series plots using application builder. I've used PAGE to create a chart for each of my measurements in my data table. The data table has been built by importing multiple csv files.The issue I have is that only the first chart in the list is formatted as I've specified in the script (labels and axis formatting).Any ideas why? Is this a result of using application...

    spudton spudton
    Discussions |
    Jan 12, 2021 12:10 PM
    1446 views | 1 replies
  • Control Chart Builder & Levey Jennings phases

    Dear JMP community,I have recently migrated to the Control Chart Builder Platform from the old Levey Jennings platform and is experiening some strange behavior for the new charts. It seems like my Levey Jennings chart constructed using the Control Chart Builder platform is using the same standardeviation to calculate the control limit in all phases, which is not the case for the old platform or fo...

    DSA DSA
    Discussions |
    Jan 12, 2021 4:51 AM
    5396 views | 2 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
    2584 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
    3721 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
    1592 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
    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