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

  • 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
    1185 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
    7029 views | 9 replies
  • Keep column customised order after concatenation with other columns

    Hello, I have attached a JMP table to reproduce my problem. In my example, I have 3 columns:Column 1: takes the values 'A', 'B', 'C'. I've customized the order of the values so that if I sort it's not A> B> C but B>C>A.Column 2: takes values 1,2,3,4. No custom order
    Column 3: Is the concatenation of Column 1 || Column 2 . But if I sort, it will be in alphabetical order and won't take into account t...

    SophieCuvillier SophieCuvillier
    Discussions |
    Mar 29, 2024 6:49 AM
    1164 views | 2 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
    2552 views | 5 replies
  • How can I parse a string in 1 column use jsl?

    I want to use jsl to split data in column "result" with delimiter "|" to new column "PIN" and "value". Kindly help, thank you in advancePlease refer my attachmentnew table 

    ducthinh279 ducthinh279
    Discussions |
    Mar 28, 2024 9:04 PM
    3498 views | 7 replies

Latest Discussions

  • 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
    7029 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
    2552 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
    2601 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
    623 views | 0 replies
  • Neural Model - No 'Save Bagged Predictions' Option

    Hi all, I'm using the profiler tool with a neural model and want to create confidence intervals. I'm following a step by step guide on the JMP page which says to 'save bagged predictions' on the prediction profiler red triangle. When I click on the profiler red triangle I don't see this option. Does anyone know how to create confidence bands around the profiler and why I can't see this 'save bagge...

    JMP_Man JMP_Man
    Discussions |
    Mar 28, 2024 6:23 AM
    683 views | 1 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
    623 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
    939 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
    895 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
    811 views | 0 replies
view all discussions