cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
  • Learn how to build custom Python data connectors and further customize JMP’s Data Connector Framework with the Python Data Connector Demo, available now in the JMP Marketplace!
JMP Bar Chart

Welcome to the JMP User Community!

Ask questions, get answers, meet other JMP users

Learning Resources

Latest Discussions

  • How to interpret parameters for weibull

    I got this result in cumulative damage step stress - is b1 a threshold?  

    StatsHeadache StatsHeadache
    Discussions |
    Mar 31, 2024 6:14 PM
    4157 views | 7 replies
  • how to assign color by group when making a line graph?

    I want to assign the same category (dye) in the same color when making a plot.see plot below.I would like to assign all the C560 plotted lines in orange instead of different colors. all the FAM in green.I want to keep individual line not a line with the mean of the group.  

    JMP2021 JMP2021
    Discussions |
    Mar 31, 2024 5:46 PM
    3438 views | 5 replies
  • dt: image - missing?

    What is the correct way to check if an image in a data table is missing?... and why is there a difference between the column formula and the JSL questionis missing(:pet[5]) Names Default to Here(1); dt = Open( "$SAMPLE_DATA/Big Class Families.jmp" ); dt[[4],"pet"]=.; New Column( "is missing",Formula( Is Missing( :pet ) )); New Column( "is empty", Formula( Is Empty( :pet ) )); New Column( "is nu...

    hogi hogi
    Discussions |
    Mar 31, 2024 8:45 AM
    2113 views | 3 replies
  • Can I add error values to a response variable in Custom DOE?

    Hi there, I'm working with Custom DOE, and I've collected data for my response variable that I want to input to generate a model. I've also collected data on the error associated with the measurement of that response variable (for each data point) and I was wondering if there is a way to take this error into account. I haven't been able to find any details on this so I figured I'd ask here -- I'm ...

    audrey1 audrey1
    Discussions |
    Mar 31, 2024 4:33 AM
    1717 views | 2 replies
  • Column() vs As Column() vs datable:column vs dt:As name("column")

    JSL has several ways to refer to columns. Let's open a data table first. Names Default To Here( 1 ); dt = Open( "$SAMPLE_DATA/Bands data.jmp" );Now we create a table script that has something like this.dt = current data table(); print(dt:timestamp == Column(dt, "timestamp")); // 0 print(Column(dt, "timestamp")==As Column(dt, "timestamp")); //0In automated scripts (for example, a graph), when a...

    FN FN
    Discussions |
    Mar 30, 2024 11:54 AM
    9619 views | 13 replies

Latest Discussions

  • dt: image - missing?

    What is the correct way to check if an image in a data table is missing?... and why is there a difference between the column formula and the JSL questionis missing(:pet[5]) Names Default to Here(1); dt = Open( "$SAMPLE_DATA/Big Class Families.jmp" ); dt[[4],"pet"]=.; New Column( "is missing",Formula( Is Missing( :pet ) )); New Column( "is empty", Formula( Is Empty( :pet ) )); New Column( "is nu...

    hogi hogi
    Discussions |
    Mar 31, 2024 8:45 AM
    2113 views | 3 replies
  • Can I add error values to a response variable in Custom DOE?

    Hi there, I'm working with Custom DOE, and I've collected data for my response variable that I want to input to generate a model. I've also collected data on the error associated with the measurement of that response variable (for each data point) and I was wondering if there is a way to take this error into account. I haven't been able to find any details on this so I figured I'd ask here -- I'm ...

    audrey1 audrey1
    Discussions |
    Mar 31, 2024 4:33 AM
    1717 views | 2 replies
  • One DOE for two contradictory research questions?

    Hello,I want to study a chemical reaction, which occurs in the frame of a measurement as a side reaction. I want to know, 1)  which factors and which values give an optimal result and 2) which values give a minimal result.It seems that I have two possibilities:Two DoE Plans for each questionOne DoE Plan for both.However, to get both results, all kinds of parameters need to be studied thoroughly an...

    Thommy7571 Thommy7571
    Discussions |
    Mar 30, 2024 1:14 AM
    1643 views | 2 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
    2129 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
    9637 views | 9 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
    1035 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
    1476 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
    926 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
    1380 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
    1149 views | 0 replies
view all discussions