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

  • Survery based

    i am analyzing my data for thesis using jmp software, tell me how to put data in jmp , i have 3 groups, i.e. men 60, women 60, senior citizen 30, total 150 participantsi have different parameters i.e. crop damage, house damage, livestock damage
    crop damage frequency is 123
    house damage is 113
    livestock damage is 86how to analyze this, this is survey based data, can someone give me example sheet, how ...

    Survery1275 Survery1275
    Discussions |
    Jun 3, 2024 2:26 AM
    387 views | 0 replies
  • Can I add text to an image file without using Graph Box()?

    How do I add text to an image file using JSLimg = Open( "$SAMPLE_IMAGES/tile.jpg", jpg ); {x, y} = img << size; img =img << Text( Center Justified, {50, 55}, "test" ); //?Thanks!

    lala lala
    Discussions |
    Jun 3, 2024 2:11 AM
    498 views | 1 replies
  • Draw paired data

    How I draw paired data like that in JMP? Hope the help from our community. 

    thiennguyen thiennguyen
    Discussions |
    Jun 2, 2024 5:10 AM
    1181 views | 2 replies
  • prev sib - how?

    I want to get in this display tree from the Axis Box to the TextEditBox:  but with the below code, I get stuck at step 2: going to the previous sibling: Names Default to Here(1); dt = Open( "$SAMPLE_DATA/Big Class.jmp" ); gb = dt << Graph Builder( Variables( X( :height ), Y( :weight )), Elements( Points( X, Y) ) ); show(start= report(gb)["Graph Builder",AxisBox(1)]); show(step1 = start << par...

    hogi hogi
    Discussions |
    Jun 1, 2024 9:32 AM
    673 views | 2 replies
  • Break/Continue a (nested) outer for loop

    If I have 2 nested for-loops, how can I break/continue the outer loop?example:for (i=0, i<10, i++,     for (j=0, j<10, j++,          // Do stuff         if ( <condition>,               // Continue with the next i          ); // end if    ); // end inner loop          // Do some more stuff); // end outer loop

    jan_solo jan_solo
    Discussions |
    Jun 1, 2024 9:28 AM
    11650 views | 3 replies

Latest Discussions

  • Survery based

    i am analyzing my data for thesis using jmp software, tell me how to put data in jmp , i have 3 groups, i.e. men 60, women 60, senior citizen 30, total 150 participantsi have different parameters i.e. crop damage, house damage, livestock damage
    crop damage frequency is 123
    house damage is 113
    livestock damage is 86how to analyze this, this is survey based data, can someone give me example sheet, how ...

    Survery1275 Survery1275
    Discussions |
    Jun 3, 2024 2:26 AM
    387 views | 0 replies
  • Can I add text to an image file without using Graph Box()?

    How do I add text to an image file using JSLimg = Open( "$SAMPLE_IMAGES/tile.jpg", jpg ); {x, y} = img << size; img =img << Text( Center Justified, {50, 55}, "test" ); //?Thanks!

    lala lala
    Discussions |
    Jun 3, 2024 2:11 AM
    498 views | 1 replies
  • Importing from excel when numbers are scientific

    Hello all,I have the same problem as this post from 2021:https://community.jmp.com/t5/Discussions/How-to-stop-JMP-from-truncating-excel-scientific-notation-format/td-p/378498#:~:text=Re%3A%20How%20to%20stop%20JMP%20from%20truncating%20excel%20scientific%20notation%20format,-Apr%2020%2C%202021&text=I%20see%20the%20same%20behavior,decimals%20before%20importing%20into%20JMP. I have data in an excel i...

    Katz0801 Katz0801
    Discussions |
    Jun 1, 2024 9:14 AM
    944 views | 2 replies
  • JMP Expr() weirdness, can anyone explain?

    This is mostly just a frustration post over the following inconsistency with inserting 'IF' expressions into an 'IF' expression.  It is my understanding that programming languages should be nothing if not consistent (and I'm aware of many other JMP inconsistencies -- it's just that this one makes no sense to me at all). /* What I want is to generate an expression such as the one below programmatic...

    ErraticAttack ErraticAttack
    Discussions |
    Jun 1, 2024 4:37 AM
    3319 views | 10 replies
  • How to convert decimal value to binary value in another column?

    How to convert decimal value to binary value in another column?

    Liranlev Liranlev
    Discussions |
    May 31, 2024 12:43 PM
    2054 views | 8 replies

Latest Discussions

  • Survery based

    i am analyzing my data for thesis using jmp software, tell me how to put data in jmp , i have 3 groups, i.e. men 60, women 60, senior citizen 30, total 150 participantsi have different parameters i.e. crop damage, house damage, livestock damage
    crop damage frequency is 123
    house damage is 113
    livestock damage is 86how to analyze this, this is survey based data, can someone give me example sheet, how ...

    Survery1275 Survery1275
    Discussions |
    Jun 3, 2024 2:26 AM
    387 views | 0 replies
  • hybrid models

    Why doesn't a large and powerful program like JMPPRO contain hybrid models in time series such as the ARIMA-ANN model, ARMAX model, and others?

    Raaed Raaed
    Discussions |
    May 31, 2024 9:43 AM
    468 views | 0 replies
  • How do I make scattorplot Matrix with multiple cloumns I select?

    Hi. I'm Jeon.I'm beginner of JMP. I want to have a script for making scattorplot Matrix with Items I select.Could you give me a help with it? I splited one data table to two data table. one has value of test items(*Data type : Numeric & Continuous) , another one has upper limit & lower limit.(*Charactor & Norminal) Column names(=test item names) are the same in 2 different data table. Two sample d...

    NagneTE1 NagneTE1
    Discussions |
    May 27, 2024 5:18 PM
    436 views | 0 replies
  • Importing multiple text files with different decimal separators (dot vs comma from English vs European speakers)

    It seems that, sometimes, JMP 18 struggles to import files with different regional settings. This is a problem for first-time users who need to load multiple text files from different lab machines (JSL should not be the only answer). For example, if I have Windows and JMP in English, decimal separators can be changed from default to European (e.g., 3,14 instead of 3.14). With that option activated...

    FN FN
    Discussions |
    May 22, 2024 3:24 AM
    612 views | 0 replies
  • Creating DOE (and fitting) for non-linear response

    Hello, I am still new to JMP but I'm trying to determine the best way to model a non-linear system (generating DOE + model fitting). Context: Long story short, I have a large experimental space that I am trying to model (10 discrete variables + 10 continuous variables). Before I jump into my full experiment I'm working with a subset (1 discrete variable + 5 continuous variables) to make sure I'm m...

    EndogenousCame1 EndogenousCame1
    Discussions |
    May 20, 2024 1:19 PM
    595 views | 0 replies
view all discussions