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

  • Usability of Projects via JSL

    Hi all,
    I have several jsl scripts dealing with data fetching from databases, "manipulation" and analysis of these with regards to different tasks.
    For organization purpose I like to use "Projects" as all data tables and graphs and journals etc. can be stored in "one" file.
    However, I struggle with the automation of the save procedure of the respective contents.
    All files are stored under "Workspace"....

    RobertB RobertB
    Discussions |
    Jul 11, 2022 4:52 AM
    2277 views | 4 replies
  • 95% confidence interval, or is it?

    Hello, I have been asked to provide some statistical advice on process related values. So we are making a product and we are monitoring the amount of solvent left at the end of synthesis. 

    I have been given 12 values. From this admitedly very small statistical sample, we want to make a prediction to say: in the future 95% of the values will be under this value. I tried giving my colleagues the uppe...

    bobmorrane bobmorrane
    Discussions |
    Jul 11, 2022 3:51 AM
    2065 views | 3 replies
  • Spec Limits as Variable

    Good afternoon. I am trying to specify Spec Limits as a Variable and for some reason it does not work. Please see below working code with explicit spec values =>Data_Table_1:Column_with_Spec << Set Property( "Spec Limits", {LSL( 1 ), USL( 2 ), Show Limits( 1 )} );Please see below not-working code with spec values as variables =>LSL_var = 1; USL_var = 2; Data_Table_1:Column_with_Spec << Set Propert...

    Valerio Valerio
    Discussions |
    Jul 10, 2022 8:39 AM
    992 views | 1 replies
  • How to use JSL how to modify decimal numbers to binary data in this format?

    Hello!How to use JSL how to modify decimal numbers to binary data in this format?Thanks!000903 999999   

    lala lala
    Discussions |
    Jul 10, 2022 7:12 AM
    2827 views | 9 replies

Latest Discussions

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
    782 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
    628 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
    772 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
    995 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
    701 views | 0 replies
view all discussions