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

  • Select columns from a data table based on rows from another data table.

    I have 2 data tables and I want to use one to create a subset from the other.  One table has a series of columns and the filter table has those column names of interest listed as cells (rows) on another table.  I tried to use nested loops to get the subset but I get persistent errors.

    SpannerHead SpannerHead
    Discussions |
    Dec 12, 2024 7:50 AM
    876 views | 3 replies
  • When to use parametric tests if the data is not normally distributed?

    Hello  .If I am investigating a dependent variable that is not normally distributed (Shapiro Wilk p <0.05)Can I still use parametric tests like linear regression and t-tests knowing that the calculated sample size is 380 and the collected data 1400 (large sample size)

    Samira Samira
    Discussions |
    Dec 12, 2024 6:59 AM
    617 views | 1 replies
  • Handling missing values

    I want to impute missing values but getting a message that there is insufficient data to impute missing values. The image attached provides more details.

    Dessan300 Dessan300
    Discussions |
    Dec 12, 2024 6:01 AM
    831 views | 1 replies
  • What functional forms are used by JMP for the desirability criteria

    Hi! I have read that JMP does not use the Derringer and Suich (1980) functions to model the desirability function. How is the desirability function in JMP mathematically expressed to maximise one response and minimise another? I'd like to include this in the methods explanation of my work. Thank you in advance! 

    aaidaa aaidaa
    Discussions |
    Dec 12, 2024 5:35 AM
    465 views | 1 replies
  • ods output "DIFFS" in proc mixed

    Hi everyone,for my proc mixed I already got a table with Least-Squares Means, ods output "lsmeans".Additionally, I would like to have a table for the differences, ods output “DIFFS”.Can anyone tell me how to get to this output in the current jmp version (18.1.0)?Thanks in advance for your support.

    lvierbaum lvierbaum
    Discussions |
    Dec 12, 2024 5:32 AM
    593 views | 0 replies

Latest Discussions

  • When to use parametric tests if the data is not normally distributed?

    Hello  .If I am investigating a dependent variable that is not normally distributed (Shapiro Wilk p <0.05)Can I still use parametric tests like linear regression and t-tests knowing that the calculated sample size is 380 and the collected data 1400 (large sample size)

    Samira Samira
    Discussions |
    Dec 12, 2024 6:59 AM
    617 views | 1 replies
  • What functional forms are used by JMP for the desirability criteria

    Hi! I have read that JMP does not use the Derringer and Suich (1980) functions to model the desirability function. How is the desirability function in JMP mathematically expressed to maximise one response and minimise another? I'd like to include this in the methods explanation of my work. Thank you in advance! 

    aaidaa aaidaa
    Discussions |
    Dec 12, 2024 5:35 AM
    465 views | 1 replies
  • ods output "DIFFS" in proc mixed

    Hi everyone,for my proc mixed I already got a table with Least-Squares Means, ods output "lsmeans".Additionally, I would like to have a table for the differences, ods output “DIFFS”.Can anyone tell me how to get to this output in the current jmp version (18.1.0)?Thanks in advance for your support.

    lvierbaum lvierbaum
    Discussions |
    Dec 12, 2024 5:32 AM
    593 views | 0 replies
  • In a situation where both numbers and text are present, how can we achieve the correct sorting?

    As shown in the following JSL, sorting works correctly in ascending order when only numbers are present; however, when mixed with text, converting to numbers before sorting causes issues. What methods can be used to solve this problem?stepList = {"2", "3", "10", "9", "1"}; stepListSort = Sort List( stepList ); stepListNum = {}; For( i = 1, i <= N Items( stepList ), i++, Insert Into( stepListNum,...

    BabyDoragon BabyDoragon
    Discussions |
    Dec 11, 2024 9:21 PM
    568 views | 1 replies
  • Stacking multiple variables

    I have a large dataset from a long session in which many tasks were conducted for each subject.  Many of the tasks involved the same 4-5 types and multiple ratings and behavioral outcomes from those types.  However, each outcome variable is named a bit differently in terms of how the "type" is reflected in the name.  I am trying to stack across "types" for each outcome, and combine in a single spr...

    LauraC LauraC
    Discussions |
    Dec 11, 2024 6:56 PM
    917 views | 3 replies

Latest Discussions

  • ods output "DIFFS" in proc mixed

    Hi everyone,for my proc mixed I already got a table with Least-Squares Means, ods output "lsmeans".Additionally, I would like to have a table for the differences, ods output “DIFFS”.Can anyone tell me how to get to this output in the current jmp version (18.1.0)?Thanks in advance for your support.

    lvierbaum lvierbaum
    Discussions |
    Dec 12, 2024 5:32 AM
    593 views | 0 replies
  • Sample size for Reliability Life Test

    I have used the interval explorer for parametric reliability life test planning for sample size calculation of accelerated life test. Please can someone confirm if the sample size returned is the total sample size or sample size per stress levels? Assuming I have 3 temperature levels, do I use 75 samples per temperature level or 25?

    EngrAkin EngrAkin
    Discussions |
    Dec 11, 2024 7:11 AM
    545 views | 0 replies
  • Optimizing Enterprise Server Connections in JMP Live

    Hello JMP Community,I’ve recently started using JMP Live to share and collaborate on statistical analyses with my team, and I’m encountering some challenges managing connections to our enterprise server. Our organization uses a centralized server to store and process data, and while the integration with JMP Live is robust, we’ve experienced occasional delays when syncing large datasets or during s...

    Harry_Cmary Harry_Cmary
    Discussions |
    Dec 9, 2024 10:03 PM
    477 views | 0 replies
  • Pressure Test Method Results have a significant effect on my sample size and capability, how to avoid?

    Hello dear JMP community I will first explain the test method (no need to comment on whether it is right or wrong because this is what I got). The purpose is to detect a leakage.

    Measurement processPart is mounted to a pressure stationPressure station rotate a vacuum pump x times to create a vacuum (atmospheric pressure is approx. 1000mbar)Pressure p1 is sampled at time t1After 15 seconds p2 is sam...

    qLienceStats qLienceStats
    Discussions |
    Dec 5, 2024 11:58 PM
    411 views | 0 replies
  • help to get R squared predicted

    Hello!I installed a script from a community response regarding the calculation of R²pred, as shown in the image below (I'm using JMP 18 pro): (link da resposta do @erich_gundlach https://community.jmp.com/t5/JMP-Add-Ins/Predicted-R-square-calculator/ta-p/39927)  In PRESS, R²pred didn't appear. (Press is low because I haven't reduced the model yet, don't worry =))  I really need to show these R²pre...

    ivanpicchi ivanpicchi
    Discussions |
    Dec 4, 2024 10:21 AM
    489 views | 0 replies
view all discussions