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

  • Seperate Y axis for Parallel Independent in Graph Builder

    Hi, Is there a way to have a separate Y-axis for each parameter in the graph builder in the parallel independent combination? Combine scale - Parallel merged.   I want to have a separate Y axis for each parameter belowCombine scale - Parallel independent    Names Default To Here( 1 ); dt = Open( "$SAMPLE_DATA/Semiconductor Capability.jmp" ); dt << Graph Builder( Size( 1146, 347 ), Show Control P...

    Jackie_ Jackie_
    Discussions |
    Apr 4, 2024 12:24 AM
    820 views | 1 replies
  • Control display of box plot / points in grouped chart based on data label

    I have some data that I want to display in a specific way with some box plots and can't figure out how to get the result I'm looking for. I have measurements of a parameter at four locations, let's say Location 1, Location 2, and Location 3. The measurements are done on three different types of parts, let's say A, B, C. I have a huge population of data from parts of Type A at Location 1 and Locati...

    skratchzero skratchzero
    Discussions |
    Apr 3, 2024 5:04 PM
    2173 views | 3 replies
  • Stability Analysis: How do I back calculate release values necessary to support shelf life?

    Hello all,I have recently been working with stability analysis (Degradation) and am running up against a wall with what should be fairly simple (I think). I have a dataset from multiple lots and the data are poolable (valid for common slope, different intercepts).  I am trying to back calculate what release values would need to be to still be within the lower spec limit at X months.  I have the sl...

    ClusterFerret68 ClusterFerret68
    Discussions |
    Apr 3, 2024 4:00 PM
    3032 views | 5 replies
  • RGB color by sript

    Hello
    I would like to color column "Name" and to use RGB
    but recive mistake, what's wrong I did in this script? dt = Current Data Table();rows_to_color = dt << Get Rows Where (:"NAME" == :"NAME");
    Column(dt, "NAME") << Color Cells (RGB ( 173, 255, 47 ), rows_to_color);

    Dennisbur Dennisbur
    Discussions |
    Apr 3, 2024 12:13 PM
    2211 views | 5 replies
  • How do I resolve the "Subscript Range in access or evaluation"

    I get error    "Subscript Range in access or evaluation of 'openDTs[ /*###*/1]' , openDTs[/*###*/1]"   but it works on some folder and I don't get the error...Below is my JSL JSL " dir = Set Default Directory("path"); Print(dir); files = Files In Directory("path"); For(i = 1, i <= N Items(files), i++, If(Ends With(files[i], ".txt"), Open( files[i], Import Settings( End Of Line(CRLF...

    PriorLovebird31 PriorLovebird31
    Discussions |
    Apr 3, 2024 9:25 AM
    2093 views | 5 replies

Latest Discussions

  • Seperate Y axis for Parallel Independent in Graph Builder

    Hi, Is there a way to have a separate Y-axis for each parameter in the graph builder in the parallel independent combination? Combine scale - Parallel merged.   I want to have a separate Y axis for each parameter belowCombine scale - Parallel independent    Names Default To Here( 1 ); dt = Open( "$SAMPLE_DATA/Semiconductor Capability.jmp" ); dt << Graph Builder( Size( 1146, 347 ), Show Control P...

    Jackie_ Jackie_
    Discussions |
    Apr 4, 2024 12:24 AM
    820 views | 1 replies
  • Shift Ratio or Percentage Change

    Hi Everyone,  I am looking for a function on JMP software that is called shift ratio or percentage change (it is not available with either of these names under statistical index). It is normally used to detect how much the outlier has shifted in case Nelson 2 rule is not met in a control chart. Could you please kindly advice if you used this function on JMP, and if yes, how would I find it?Thank y...

    ZA ZA
    Discussions |
    Apr 3, 2024 9:04 AM
    2381 views | 6 replies
  • Private Tables from SQL Query << Run Background, New Data View, table list not updating?

    Hi All,  I have a script that runs several SQL queries in parallel to get around the character limit in the ODBC driver/SQL server since we frequently need to pull in data for WHERE clauses containing many thousands of strings, e.g "SELECT * FROM [Table] WHERE [id] IN ('id000000001','id000000002',...'id000010000')".  My method for doing this works fine, (iterate through a list of queries doing <<R...

    gob0b gob0b
    Discussions |
    Apr 3, 2024 5:26 AM
    1786 views | 3 replies
  • JMP 18 Confusion

    Most of the recent JMP videos I've seen use JMP 18. The JMP website says JMP 18 is "Coming March 19". Is JMP 18 available? I can't seem to find it anywhere. If it is available, how do I upgrade?

    scott1588 scott1588
    Discussions |
    Apr 3, 2024 2:23 AM
    4117 views | 9 replies
  • How to get column sum according to same column values?

    Hi all How to calculate the Total Qty if they have the same code? I am currently using Col Sum(:Qty) but it is getting the sum of all column values. I just want the sum of values with the same code & date  DateCodeQtyTotal Qty10-23-23004910-23-23005910-23-23016610-24-23033310-24-23044410-25-23056810-25-230528 

    UserID16644 UserID16644
    Discussions |
    Apr 3, 2024 1:46 AM
    1175 views | 2 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
    615 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
    930 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
    551 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
    805 views | 0 replies
view all discussions