cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
  • JMP 19 is here! See the new features at jmp.com/new.
  • Register to attend Discovery Summit 2025 Online: Early Users Edition, Sept. 24-25.

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

  • Data analysis when much more columns than rows

    Hello everybody
    I would like to ask for your help because I have a data set with: in columns, process parameters of a galvanized steel production linein rows, coils that have been processed on this production line The objective is to correlate a quantity of defects appearing on a coil to one or several process parameters.
    Unfortunately, I have a data set with many more columns (407) than rows (63).
    D...

    Steph_Georges Steph_Georges
    Discussions |
    Jun 14, 2022 7:45 AM
    3215 views | 4 replies
  • X Bar & R chart Tool tip

    How to see the serial number of each point on the chart when placing the mouse over it? I would like the chart to tell which data point each dot refers to. Thanks. 

    XN XN
    Discussions |
    Jun 14, 2022 7:25 AM
    1491 views | 2 replies
  • Summary Table - Getting rows for each group combinations, including empty ones

    Hello,I am writing on of my first scripts in JMP, and would like to get a nice chart of the proportion of events per months. I am using a summary table to get the sum of quantities of events per month, but there are some quiet months for which I do not have any data points.How could I get the empty months to till be displayed in my chart? For example in the two charts below, I would like the left ...

    STA STA
    Discussions |
    Jun 14, 2022 7:11 AM
    1721 views | 5 replies
  • 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
    1439 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
    821 views | 1 replies

Latest Discussions

  • X Bar & R chart Tool tip

    How to see the serial number of each point on the chart when placing the mouse over it? I would like the chart to tell which data point each dot refers to. Thanks. 

    XN XN
    Discussions |
    Jun 14, 2022 7:25 AM
    1491 views | 2 replies
  • Summary Table - Getting rows for each group combinations, including empty ones

    Hello,I am writing on of my first scripts in JMP, and would like to get a nice chart of the proportion of events per months. I am using a summary table to get the sum of quantities of events per month, but there are some quiet months for which I do not have any data points.How could I get the empty months to till be displayed in my chart? For example in the two charts below, I would like the left ...

    STA STA
    Discussions |
    Jun 14, 2022 7:11 AM
    1721 views | 5 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
    821 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
    17201 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
    2109 views | 4 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
    784 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
    631 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
    778 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
    999 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