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

  • Stop Code When Cancel Button Pressed

    I have some code that allows users to pick several options. If they press OK then the code runs as expected but I can't get the cancel button to cancel the code. Exiting the window also results in the code being run. I would like the user to be able to cancel or exit the window and have that stop the code.win = New Window( "Customise Analysis", <<Modal, <<Return Result, <<On Validate(x = cb<<Ge...

    Jemster Jemster
    Discussions |
    Jul 7, 2022 2:26 AM
    1519 views | 1 replies
  • How do I indicate that a mixture factor can take a number of categorical levels (types of component)

    Hello, I am trying to design and then analyse a mixture design with non-mixture factors and am having some trouble understanding how to do it properly. Briefly I am running an experiment on a blend of components under different temperature conditions. The samples are a blend of component 1 with component 2, where component 2 is one of three related materials. What I am having trouble with is encod...

    david_gillespie david_gillespie
    Discussions |
    Jul 7, 2022 2:10 AM
    2468 views | 4 replies
  • Multiple Logistic Regression Interpretation for Dependent Variables with Multiple Levels

    I am trying to run a multivariate logistic regression. The dependent variable has two categories, and the first independent variable has five groups, and the second independent variable has two groups.  Once I run the model (use Fit Model), the parameter estimates section reports the coefficient/beta value for four of the five groups for the first independent variable and one of the two groups for...

    KoalaPorcupine KoalaPorcupine
    Discussions |
    Jul 6, 2022 6:16 PM
    6385 views | 13 replies
  • Add/Subtract values from two jmp files

    Hi,@txnelson @pmroz I need help to offset the data set using the reference value in JSL  First table contains reference value 
    Second table contains strips tested measurements I want to subtract mean of strip A from the reference data table and then add to to the data set 
    for example :step1. the mean value for strips A for current = (10+3)/2 = 6.5. So, 400 - 6.5 = 393.5 and likewise for other strip...

    Jackie_ Jackie_
    Discussions |
    Jul 6, 2022 5:16 PM
    5299 views | 15 replies
  • Scripting > List > Remove Missing Values

    Hi JMP Team, I'm looking for a method to remove missing / empty values from a List generated within a script: The initial List looks like: {.,.,.,2,3,4,7,.,.,.} and I would like to end up with a new List = {2,3,4,7}. Any ideas how to achieve that without relying on a a loop through the List elements? Thanks. Best, TS 

    Thierry_S Thierry_S
    Discussions |
    Jul 6, 2022 4:36 PM
    3333 views | 7 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
    630 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
    775 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
    996 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