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

  • UI to select data table

    Hi @txnelson , I have a jsl code which creates a new window , displays all the data table and saves the column names containing particular string in the list . It doesn't work when the current data table tab has different file (see screen shot below).The script works well when the data table file is selected in the current data table tab but doesn't work when I select the file from the list box an...

    Jackie_ Jackie_
    Discussions |
    Jul 1, 2022 1:23 PM
    2075 views | 1 replies
  • How do you append a list onto a col list box?

    The syntax is causing me confusion, I tried something similar as below. However it does not work.colbox << append(dt << mylist);

    Andyon98 Andyon98
    Discussions |
    Jul 1, 2022 12:45 PM
    1772 views | 4 replies
  • Normal quantile transformation

    Hi all,I would like to do a normal quantile transformation for my data, because it is not normally distributed and I cannot do a 3-way ANOVA on it.I read a suggestion to do the normal quantile transformation and then run the 3-way ANOVA on this.First, is this appropriate?Second, can I do this analysis in JMP?

    Gabriel Gabriel
    Discussions |
    Jul 1, 2022 10:39 AM
    2722 views | 4 replies
  • How can I fix the decimal place in Y-axis in control chart builder?

    I have a problem to fix the decimal place in Y-axis label.Here is my problem.1. I want to get two decimal places in Y-axis label.2. I set the decimal place using Axis setting, and selected Fixed Dec with Dec=23. And then, graph was applied with 2 deciaml places.4. After the confirmation, I saved setting and scritp was also confirmed.5. Close the window, and re-run the script, the decimal place was...

    MarginOfChicken MarginOfChicken
    Discussions |
    Jul 1, 2022 10:28 AM
    3493 views | 4 replies

Latest Discussions

  • How do you append a list onto a col list box?

    The syntax is causing me confusion, I tried something similar as below. However it does not work.colbox << append(dt << mylist);

    Andyon98 Andyon98
    Discussions |
    Jul 1, 2022 12:45 PM
    1772 views | 4 replies
  • DOE - Split Plot Designs: Does one ever include center points?

    Greetings:  I'm new to split plot designs, understand the basic structure and application.  Does one ever include center points in such a design to detect curvature?  I've searched and searched, but haven't been able to find an answer.  I suspect the answer is "No", but if anyone out there can refer a document or has an answer, I'd love to know the reason. Cheers, Bruce

    BSindahl BSindahl
    Discussions |
    Jul 1, 2022 10:05 AM
    3620 views | 6 replies
  • How to get axis labels to the left of x-axis

    I made a scatter plot with three variables on the x axis as shown below, but the label for the the axes (xC/ xB / xA) are at the bottom which can be unintuitive.  I was looking a way to get the labels for the x axis to the left of each x-axis i.e xA on the left of "A1 A2 A1 A2...", xB on the left of "B1 B2...." and so on, so that it forms sort of a hierarchical table. (I am new to jump, so not sur...

    cslim cslim
    Discussions |
    Jun 30, 2022 11:23 PM
    1912 views | 3 replies
  • Generate extra columns and its values based on two tables.

    Hi All,

    I need some help in doing a calculation based on two separate data sets. First data set has different values in different columns. And in 2nd table, there are three main character columns. Now based on a these three columns and based on matching other conditions, we need to perform subtraction operation in first table and results need to be store in a new column in first table.
    Something lik...

    HSS HSS
    Discussions |
    Jun 30, 2022 5:13 PM
    1074 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
    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
    774 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