cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
Try the Materials Informatics Toolkit, which is designed to easily handle SMILES data. This and other helpful add-ins are available in the JMP® Marketplace

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

  • Stability Index

    I am using the Process Capability platform and see in several places a "Stability Index" is calculated.  But I cannot find in the help documentation a definition for how Stability Index is calculated.  Can anyone help?

    The_Annie The_Annie
    Discussions |
    Jun 24, 2022 5:50 PM
    6906 views | 5 replies
  • Calculation for predicted response for RMSE in DOE

    Hi Everyone, I am new to DOE and I am wondering, how does JMP calculate the the predicted response for the predicted plot when analyzing DOE data?   Thanks  

    josephc josephc
    Discussions |
    Jun 24, 2022 1:53 PM
    1600 views | 1 replies
  • How to move legend in survival plot

    Hi, how do you move the legend in a survival plot? Survival plots cannot be made, it seems using Graph Builder, so the normal menu command to move the legend into the plot is not available. JMP Pro v12.1.0. 

    JamesNieh JamesNieh
    Discussions |
    Jun 24, 2022 11:35 AM
    923 views | 2 replies
  • Open XLS table that contains cell formula's

    Hi, I have an excel sheet which contains cells with values, strings, and formula's.  JMP imports the cells with values, strings, and simple formula's correctly.  However, if the cell has a complicated formula (=SUBSTITUTE(MID(FORMULATEXT(Z29), 2, LEN(FORMULATEXT(Z29))-1),MID(FORMULATEXT(Z29),9,3),"x")) JMP replaces that cell with "#NAME?".  It appears to not understand part of the formula, even th...

    Niklotus Niklotus
    Discussions |
    Jun 24, 2022 7:54 AM
    1223 views | 4 replies
  • How do add text to a cell that has an image loaded?

    Is it possible to add text to a cell that has already loaded images? Thanks!

    lwx228 lwx228
    Discussions |
    Jun 24, 2022 6:49 AM
    3356 views | 12 replies

Latest Discussions

  • How to move legend in survival plot

    Hi, how do you move the legend in a survival plot? Survival plots cannot be made, it seems using Graph Builder, so the normal menu command to move the legend into the plot is not available. JMP Pro v12.1.0. 

    JamesNieh JamesNieh
    Discussions |
    Jun 24, 2022 11:35 AM
    923 views | 2 replies
  • How do I wait until a button is pressed in a function of another file to return to the main file?

    I'm having an issue in my code where I press a button and it goes into another function in another file (using Include("filename.jsl"); Once the button is pressed the function from the other file runs and returns back to the main function in the main file and continues running. This is not what I want. How can I make it so the code stops in the second function (the one in another file) and wait fo...

    Andyon98 Andyon98
    Discussions |
    Jun 24, 2022 5:57 AM
    1447 views | 4 replies
  • How to make formula columns stand out

    I am trying to update and understand a very large old data set, some of the data comes from other workbooks and some of it is calculated from multiple columns. I would like a way to highlight or otherwise identify columns that are derivatives of other columns vs ones where the data is entered. Is there anyway to do this in JMP? Would also be nice to make some columns into a block. In excel I would...

    MostlyHarmless MostlyHarmless
    Discussions |
    Jun 24, 2022 12:09 AM
    866 views | 2 replies
  • Enter the file name and save

    Hi, I am trying to create a jsl script where the user can type the file name and save as csv. Here's what I tried. Save() doesn't work when I enter the variable exE. Any suggestions?dt = Current Data Table(); current_pref = Char( Arg( Parse( (Char( Get Preferences( Export settings ) )) ), 1 ) ); Pref( Export Settings( End Of Field( Comma ), Export Table Headers( 1 ) ) ); exC = ".cvs"; Nw = ne...

    Jackie_ Jackie_
    Discussions |
    Jun 23, 2022 8:45 PM
    977 views | 1 replies
  • Questions on RSM

    Hello everyone, I have some questions on RSM:  I finished my experiments and I want to generate the Response Surfaces now. For example, one looks like this:  Q1: I would like to add this graph to a word document, how can I do that? Everytime I do this, the resolution of the axis are very bad and even increasing the font size does not help. Is the only valid method to use the snipped tool?  Q2: Whe...

    Artaxerxes90 Artaxerxes90
    Discussions |
    Jun 23, 2022 1:48 PM
    1266 views | 3 replies

Latest Discussions

  • Urgent: covariance parameter estimates are all zero (i.e. estimate, Std error, confidence interval)

    Dear All,I have been analysing a two factorial (3*4) RCBD repeated measures design by using the mixed model approach in JMP. Above is a section of the report I got. Why are the estimates zero. Other information include about the analysis include:1. 14 continuous variables measured four times at unequal time periods2. All the three covariance structures I tried (AR1, Toeplizt and spatial power) had...

    MomentMonster90 MomentMonster90
    Discussions |
    Jun 13, 2022 5:53 AM
    616 views | 0 replies
  • Validate column values (make sure all values in column follow a specific pattern)

    Is there a better way rather than iteration of all the rows to validate values in column? Let's say before making something with the column I want to make sure that all values in column match specific Regex. Like so:!IsMissing(Regex(Column(myColumn)[1], "^\w+(\d{3})\w+$", "\1"))I can iterate through each row to make sure that all of them match, but maybe there is a better way?  

    miguello miguello
    Discussions |
    May 6, 2022 11:09 AM
    482 views | 0 replies
  • SUR (Seemingly Unrelated Regressions)

    HI, How to find estimators of FGNLS and NLS (Seemingly Unrelated Regressions) Using JmpPro.# Note that it is present in SAS in the proc syslin
    and it is in stat in the nlsur command Regards

    Raaed Raaed
    Discussions |
    May 5, 2022 4:45 PM
    624 views | 0 replies
  • Friedman post hoc analysis

    Hello, I am trying to do a matched sample analysis across three different factors. I wanted to:1. Confirm that my sample would be what I pick for 'Block" when I do Fit Y by X when running Friedman's test2. Is there a post hoc analysis in JMP that I can use? I dont see Nemenyi or Conover as an optionThanks for your time.  

    pnakashe pnakashe
    Discussions |
    May 5, 2022 12:02 PM
    779 views | 0 replies
  • JMP script: Script Alarm Control chart- Table with atypical batch number and values

    Hello everyone,I am trying to make a table with the OOT (out of Trend) batches with their respective "atypical" values.I used for that the "script alarm" function as I could found some exemples on the JMP community. Here is my script:  z_KSigmaZ =1.4; // Création de la Carte de controle si N catégories > 5 Names Default To Here( 1 ); If(N Items(Associative Array(:"RNS/NS tordu (srg)")) > 5, Gr...

    Sebastienlg Sebastienlg
    Discussions |
    Apr 29, 2022 6:29 AM
    554 views | 0 replies
view all discussions