cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
  • Register to attend Discovery Summit 2025 Online: Early Users Edition, Sept. 24-25.
  • New JMP features coming to desktops everywhere this September. Sign up to learn more at jmp.com/launch.

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

  • JMP 18 Addins on Server - Change in Location

    FYI from JMP tech support:   If you are running JMP on a server, note that JMP 16 addins do not work for JMP 18 because the file paths have changed.  JMP is no longer part of SAS so the file path changed from C:\ProgramData\SAS\JMP\addIns to C:\ProgramData\JMP\JMP\addIns

    Changing your file path to C:\ProgramData\JMP\JMP\addIns will make addins visible for JMP version 18.

    pmroz pmroz
    Discussions |
    Oct 29, 2024 5:58 AM
    581 views | 0 replies
  • Back Transform of SHASH Transformed Value

    Hello, I am trying to calculate normal tolerance intervals for a population of data which follows a non-normal distribution. After using SHASH transformation to transform the data to normal, can tolerance intervals be calculated and back-transformed to the native distribution? If so, is there a readily available formula or script by which to execute this back transformation? If this is not possibl...

    scappuccio scappuccio
    Discussions |
    Oct 29, 2024 5:53 AM
    2525 views | 9 replies
  • plot something like R chart but showing positive and negative value instead of range.

    i have a table with 200 parameters/columns and 300 parts/row. Each part has reading taken twice, namely T0 and T48. i would like to plot something like reading@T48 - reading@T0 for all 200 parameters in y- axis, x-axis is the part 1 to part 300. i am thinking to use R chart since it does the range = absolute( reading@T48 - reading@T0 ). Is this something ready available in JMP or should i do a mat...

    CumulativeMean2 CumulativeMean2
    Discussions |
    Oct 29, 2024 2:29 AM
    2084 views | 9 replies
  • Using column values from selected rows as labels for added references

    I am attempting to pull column values for selected rows into a concatenated label which is used in annotating an added reference line in a distribution.  The error message in concatenation is due to mismatch in the list dimensions. The Associative Array calls used to collect values from the selected rows is removing duplicate values, resulting in lists of unique values. My goal is to get the name,...

    bb101 bb101
    Discussions |
    Oct 28, 2024 6:28 PM
    906 views | 2 replies
  • How do I update a column based on values from another column?

    Hello, I'm a JMP 18 user.I want to see if a column contains a specific value and update a different column at the same row where the value was found. The below script does not work. Please assist.dt = Data Table("Logbook"); StatusList = :Status << Get Values; For( i = 1, i <= N Items(StatusList), i++, If( Contains( StatusList, "Not" ), :Name( "Status Error" )[i] = "Error", , //else ); );

    Raquel Raquel
    Discussions |
    Oct 28, 2024 1:53 PM
    640 views | 1 replies

Latest Discussions

  • JMP 18 Addins on Server - Change in Location

    FYI from JMP tech support:   If you are running JMP on a server, note that JMP 16 addins do not work for JMP 18 because the file paths have changed.  JMP is no longer part of SAS so the file path changed from C:\ProgramData\SAS\JMP\addIns to C:\ProgramData\JMP\JMP\addIns

    Changing your file path to C:\ProgramData\JMP\JMP\addIns will make addins visible for JMP version 18.

    pmroz pmroz
    Discussions |
    Oct 29, 2024 5:58 AM
    581 views | 0 replies
  • plot something like R chart but showing positive and negative value instead of range.

    i have a table with 200 parameters/columns and 300 parts/row. Each part has reading taken twice, namely T0 and T48. i would like to plot something like reading@T48 - reading@T0 for all 200 parameters in y- axis, x-axis is the part 1 to part 300. i am thinking to use R chart since it does the range = absolute( reading@T48 - reading@T0 ). Is this something ready available in JMP or should i do a mat...

    CumulativeMean2 CumulativeMean2
    Discussions |
    Oct 29, 2024 2:29 AM
    2084 views | 9 replies
  • Using column values from selected rows as labels for added references

    I am attempting to pull column values for selected rows into a concatenated label which is used in annotating an added reference line in a distribution.  The error message in concatenation is due to mismatch in the list dimensions. The Associative Array calls used to collect values from the selected rows is removing duplicate values, resulting in lists of unique values. My goal is to get the name,...

    bb101 bb101
    Discussions |
    Oct 28, 2024 6:28 PM
    906 views | 2 replies
  • t-Test

    I want to set up a t-Test that proves the new process is equivalent OR better than the current process. How do I do that in JMP?

    BagingBison2009 BagingBison2009
    Discussions |
    Oct 28, 2024 10:12 AM
    1057 views | 4 replies
  • Use variable list of columns as Y Axis in Graph Builder

    Folks, I just upgraded from JMP14 Pro to JMP15 Pro and am running into problems with many of my JSL scripts that use OverlayPlots.  I'm trying to covert some of my more complex OP's over to GB and am running into a hiccup when using variable lists in GB.  With OP's the following code successfully plotted all variables for a given data file that met the Y( Eval List ( ???? ) ) criteria.  I created ...

    terapin terapin
    Discussions |
    Oct 28, 2024 9:36 AM
    5522 views | 6 replies

Latest Discussions

  • JMP 18 Addins on Server - Change in Location

    FYI from JMP tech support:   If you are running JMP on a server, note that JMP 16 addins do not work for JMP 18 because the file paths have changed.  JMP is no longer part of SAS so the file path changed from C:\ProgramData\SAS\JMP\addIns to C:\ProgramData\JMP\JMP\addIns

    Changing your file path to C:\ProgramData\JMP\JMP\addIns will make addins visible for JMP version 18.

    pmroz pmroz
    Discussions |
    Oct 29, 2024 5:58 AM
    581 views | 0 replies
  • How do I replace a prediction expression in a fit model with a specific expression?

    Hi, I am completing a DOE and I have ran a fit model using the JMP software to define a design space based on desirability of certain variables, however one of the desirability variables is a simple ratio of two of the construct model effects, however when running the model, the model is defining its own prediction expression for this variable rather than using the formula in the data table. Does ...

    supermackie93 supermackie93
    Discussions |
    Oct 24, 2024 5:40 AM
    495 views | 0 replies
  • One-Versus-Rest (OVR)  and the One-Versus-One (OVO) LDA

    Hello, I'm looking for a way to test a different LDA strategy than the standard One-off (or hand-out) method when trying to predict a categorical response with multiple classes. I'm particularly interested in the One-Versus-Rest (OVR)  (also referred to as One-Versus-All or OVA)  and the One-Versus-One (OVO) strategies. So, instead of using the default One-off LDA which seeks to solve the classica...

    Quentin26 Quentin26
    Discussions |
    Oct 24, 2024 1:29 AM
    697 views | 0 replies
  • Graph Builder: Ordering my overlay by descending order according to the total value of each overlay category

    Hello community, I come to you with a difficult question. Please see the image below for reference. I am using JMP 18, and I am trying to create a bar chart to show PPB values by quarter for various categories. The trouble I run into is that I want the category that has the highest total value from the chart to be on the bottom of the stack. For example, in the image below the category memory shou...

    AttributedMouse AttributedMouse
    Discussions |
    Oct 22, 2024 1:37 PM
    511 views | 0 replies
  • How does AICc criterion and Combined rules interact in Stepwise Fit Platform?

    As an entry-level user of JMP but with a bit of statistical knowledge. I encountered with a problem when trying to use the stepwise fit platform to develope a regression model for my DoE dataset. 

    I read the JMP help book and understand how combined rule applied to p-value based stepwise regression (a joint F-test and another partial F-test of interaction effect when added precedent main effects). ...

    Yun Yun
    Discussions |
    Oct 15, 2024 10:52 PM
    596 views | 0 replies
view all discussions