cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
The Discovery Summit 2025 Call for Content is open! Submit an abstract today to present at our premier analytics conference.

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

  • How to get variable value inside IF Condition

    Hi all,I am stucked in this IF Condition, where I need to get the variable value(color) based on another column value (:Fruit). It always return an empty variable color. Please help  Here's my sample code: If( :Fruit == "Apple", color= "Red"; Target = {50};, :Fruit == "Grapes", color= "Violet"; Target = {50};, :Fruit == "Cherry", color= "Red"; Target = {54}; );

    UserID16644 UserID16644
    Discussions |
    Jun 14, 2022 6:53 AM
    1006 views | 2 replies
  • How do add a save as option on a button press?

    Hi all, I was looking to press a button to change a files format (.STDF to .JMP) and save that in the same directory as the .STDF file. How could I achieve this?

    Andyon98 Andyon98
    Discussions |
    Jun 14, 2022 5:09 AM
    582 views | 1 replies
  • Generating conditional and marginal R-squared for mixed models

    I am running a series of mixed models in JMP 16 (one random effect, multiple fixed effects). I would like to generate estimates of:Marginal R^2 (R^2m):  the proportion of variance explained by the fixed effects relative to the overall variance Conditional R^2 (R^2c): the proportion of variance explained by both fixed and random effects relative to the overall variance Is there a script readily ava...

    cbhalpern cbhalpern
    Discussions |
    Jun 13, 2022 6:35 PM
    11990 views | 28 replies
  • Greater than using Date

    Hello everyone, I am looking to know on how to write a date function/formula and see only values and data related from 2022 Can anyone please guide me on this. Thanks  

    penalah penalah
    Discussions |
    Jun 13, 2022 1:09 PM
    1512 views | 4 replies
  • Having a column formula update based on a associative array referenced by a list.

    I have a column formula that tests a product that can either pass or fail based on specification limits. An associative array is used to reference a low and high limit of different specs of the product. The issue I am having is that the user selects the product specs they want to import into the pass/fail column. They are different every time, after referenced from a different data table. The goal...

    JMewborn JMewborn
    Discussions |
    Jun 13, 2022 12:55 PM
    974 views | 1 replies

Latest Discussions

  • How do add a save as option on a button press?

    Hi all, I was looking to press a button to change a files format (.STDF to .JMP) and save that in the same directory as the .STDF file. How could I achieve this?

    Andyon98 Andyon98
    Discussions |
    Jun 14, 2022 5:09 AM
    582 views | 1 replies
  • Generating conditional and marginal R-squared for mixed models

    I am running a series of mixed models in JMP 16 (one random effect, multiple fixed effects). I would like to generate estimates of:Marginal R^2 (R^2m):  the proportion of variance explained by the fixed effects relative to the overall variance Conditional R^2 (R^2c): the proportion of variance explained by both fixed and random effects relative to the overall variance Is there a script readily ava...

    cbhalpern cbhalpern
    Discussions |
    Jun 13, 2022 6:35 PM
    11990 views | 28 replies
  • Greater than using Date

    Hello everyone, I am looking to know on how to write a date function/formula and see only values and data related from 2022 Can anyone please guide me on this. Thanks  

    penalah penalah
    Discussions |
    Jun 13, 2022 1:09 PM
    1512 views | 4 replies
  • Response surface design with more than 8 parameters

    Hi fellow JMP users, I’m trying to obtain a Response Surface model for a process. The process consists of about 24 factors and it’s known that the response of the process is nonlinear with respect to at least 10 of the factors. I have tried a screening design to eliminate some of the factors, but the best I could do is reducing it down to about 15. Any more reduction will likely lead to some of th...

    Rlin0116 Rlin0116
    Discussions |
    Jun 13, 2022 11:34 AM
    1179 views | 3 replies
  • How to edit panel box components (lables)

    HiIn a script I wrote, I'm using a panel box showing two X-axis options which are long strings.Is there an efficient way to change the display name for more convenience?Code below is an example.X_list hold all string representing column names I wish to present to the X axis.Then, using panelbox to show user options.Finally, plotting bivariate of user's choice. I asked for help regarding X axis lab...

    Tomer9w Tomer9w
    Discussions |
    Jun 13, 2022 10:55 AM
    565 views | 1 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
    618 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
    484 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
    625 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
    781 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