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

  • Using a string variable inside a graph builder script

    Early in my JMP script, I define a string variable like this: Trim0 = "trim_lvl_a";There is a column in my data table by the name of trim_lvl_a.  Later in the script, I create a Graph Builder script like this:  dt << New Script( "maps", Graph Builder( Size( 550, 647 ), Graph Spacing( 5 ), Variables( X( :X ), Y( :Y ), Group Y( :Name( "Tambient (degC)" ) ), Wrap( :LotWafer ), Col...

    fbm73 fbm73
    Discussions |
    Mar 29, 2024 2:55 PM
    1003 views | 1 replies
  • Paired t-test on long format table

    Hi,I am rather new to JMP so perhaps I am missing something obvious.I would like to run a paired t-test. I made a toy dataset with 8 cases and 2 columns: one "before" and one "after". Running a paired t-test on this wide format data is no problem: Analyze -> Specialized Modeling -> Matched Pairs and give both columns as "Y" inputs. Easy! My "wide format" toy data: But can I do the same thing with ...

    RankBarracuda15 RankBarracuda15
    Discussions |
    Mar 29, 2024 9:34 AM
    3384 views | 6 replies
  • how to get Plot of several Plots time vs dimensions

    I would like to have a script for the dimension control by time, for this I need something like the sketch below. The Date Table is attached. In total there are 49 plots in one plot, 7 time points and 7 dimensions, some of the dimensions are measured in different points (a,b,c,d) then each points should have a certain color. Thank you everyoneJMP17 

    Mendes-Burak Mendes-Burak
    Discussions |
    Mar 29, 2024 9:07 AM
    1233 views | 3 replies
  • New Column to show repeated values in for each run/ID across two data types

    I tried using lag function to indicate when the first test for a sample ID based on time column. Need to the column, Order Tested, to represent first test conducted for a sample ID and second test based on time. Each test will have a real and maybe a code value. See attached file for JMP file. At the end of the day Order Tested column needs to look like image below. This is just a sample, real one...

    VT23 VT23
    Discussions |
    Mar 29, 2024 8:59 AM
    1178 views | 2 replies
  • ChatGPT JSL Script

    I'm not very proficient at JSL scripting so, as a test, I asked ChatGPT-4 to write a JSL script for me. I used the "Corn, Wheat, Soybean Production" data table from the JMP sample data. My request was: "I have a dataset to analyze corn, wheat and soybean production. It consists of 5 columns (Year, State, Commodity, Commodity acres planted, and total acres planted). Can you generate a JMP JSL scrip...

    scott1588 scott1588
    Discussions |
    Mar 29, 2024 7:19 AM
    7008 views | 9 replies

Latest Discussions

  • how to get Plot of several Plots time vs dimensions

    I would like to have a script for the dimension control by time, for this I need something like the sketch below. The Date Table is attached. In total there are 49 plots in one plot, 7 time points and 7 dimensions, some of the dimensions are measured in different points (a,b,c,d) then each points should have a certain color. Thank you everyoneJMP17 

    Mendes-Burak Mendes-Burak
    Discussions |
    Mar 29, 2024 9:07 AM
    1233 views | 3 replies
  • ChatGPT JSL Script

    I'm not very proficient at JSL scripting so, as a test, I asked ChatGPT-4 to write a JSL script for me. I used the "Corn, Wheat, Soybean Production" data table from the JMP sample data. My request was: "I have a dataset to analyze corn, wheat and soybean production. It consists of 5 columns (Year, State, Commodity, Commodity acres planted, and total acres planted). Can you generate a JMP JSL scrip...

    scott1588 scott1588
    Discussions |
    Mar 29, 2024 7:19 AM
    7008 views | 9 replies
  • plotting confidence intervals in JMP "fit curve"

    Hi, Is there a way to overlay the confidence interval (shaded) with the fitted curve when using the "fit curve" feature in JMP (without JSL)?  Thanks.

    Greeny Greeny
    Discussions |
    Mar 29, 2024 6:46 AM
    2536 views | 5 replies
  • Data analysis on mixture design

    Hello everyone,I've tried to create a sort of mixture design using a script.The script allows me to have 10 components (a1, a2 - b1, b2, b3, b4 - c1, c2 - d1, d2) and my mixture would consist of only:a1 or a2 or 0b1 or b2 or b3 or b4 or 0c1 and/or c2d1 or d2 or 0By selecting the steps, the script provided me with an experimental design table (which I enriched with new experiments and pure componen...

    PepinLB PepinLB
    Discussions |
    Mar 28, 2024 6:44 PM
    2586 views | 6 replies
  • Multiple imputation of ordinal data

    HiWe're doing a study regarding whole number ordinal data, answers being 0 to 4. It probably being MAR and not knowing the probability of each response, made us wonder how to do multiple imputation of this data. A post showed:go to analyze > consumer research > categorical But we're stuck...Thank you in advance! 

    CovariateFilter CovariateFilter
    Discussions |
    Mar 28, 2024 10:00 AM
    619 views | 0 replies

Latest Discussions

  • Multiple imputation of ordinal data

    HiWe're doing a study regarding whole number ordinal data, answers being 0 to 4. It probably being MAR and not knowing the probability of each response, made us wonder how to do multiple imputation of this data. A post showed:go to analyze > consumer research > categorical But we're stuck...Thank you in advance! 

    CovariateFilter CovariateFilter
    Discussions |
    Mar 28, 2024 10:00 AM
    619 views | 0 replies
  • How to categorize the same ID in row with other columns?

    Hi, I have the data set that the same ID in multiple rows. Each rows had 1 to 3 categories. The columns represent costA to costZ that I need to stack in the same Cost column. However, I need to generate group by category 1 ( 1 if category 1 < 2000, 2 if category 1 = 2000 - 4000, 3 if category 1 = 4000 - 6000, 4 if category 1 = 6000 - 10000, 5 if category 1 > 10000). However, I need to delete categ...

    doraemengs doraemengs
    Discussions |
    Mar 25, 2024 9:12 PM
    933 views | 0 replies
  • LCA appears to treat ordinal variables as nominal

    When I run cluster analysis --> LCA with ordinal variables (numeric, ordinal), the probability formula appears to be treating the variables as nominal, rather than ordinal. For each variable, there are 5 levels (i.e., 1-5). If being treated as ordinal, wouldn't the probability formulas reflect an order for each level where 1 may have the smallest probability and 5 the largest? As you can see below...

    AutoMethodsBee1 AutoMethodsBee1
    Discussions |
    Mar 25, 2024 12:41 PM
    554 views | 0 replies
  • RSS, TSS, precent of residual sum of squares

    Is it possible to calculate RSS and TSS and precent of residual sum of squares for a linear calibration curve in JMP?

    gholamhasantey gholamhasantey
    Discussions |
    Mar 25, 2024 3:29 AM
    892 views | 0 replies
  • Error during stemming in text explorer: Inconsistent Recodes in access or evaluation of 'List'

    Hello Community! I'm trying to recode the stemming in text explorer based on a fixed dictionary of words and I'm getting this error "Inconsistent Recodes in access or evaluation of List". This is my code: obj = dt << Text Explorer( Text Columns( :col1) ); obj << Stemming("Stem for Combining"); obj << Add Recodes( {{"attractive", "Attract"},{"unattractive", "Attract"},{"attract", "Attract"},{"ugl...

    sm3001 sm3001
    Discussions |
    Mar 21, 2024 12:49 AM
    806 views | 0 replies
view all discussions