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

  • JMP17 interactive html working with Save As but can;t re-create in code only

    Hello,    I have successfully made an interactive html report when doing the File -> SaveAs method, however, I'm having issues getting the interactive html to show the data filters when saving in jsl code. Can someone take a look and see if I'm missing something obvious here?   Here is the code I'm using: JMP17 v2 = dtconcat << Graph Builder( Size(951, 734), Show Control Panel(0), Variables(X(:...

    jj200812 jj200812
    Discussions |
    Mar 27, 2024 11:03 AM
    1169 views | 2 replies
  • How to continue Script execution if table doesn't exist.

    I have my main data table broke down in to few tables using subset function. Then I am doing some operations and trying to merge them back using the update function. But sometime time I only have one table and sometimes 2 tables. How can I tell script to continue if second table doesn't exist.  // Update data tables
    Data Table( "Material A" ) << Update(
    With( Data Table( "Material B" ) ),
    Match Colum...

    ConfidenceOwl94 ConfidenceOwl94
    Discussions |
    Mar 27, 2024 8:26 AM
    1476 views | 3 replies
  • Im trying to write a script (so i can use it for JMP live) to dynamically apply spec limits queryed from another table.

    My code to do this is below. Im not getting errors but its not working. I check the columns and they don't have the spec limits. The log is showing the following:spec_limits = {LSL(lsl), USL(usl), Show Limits(1)}; :Column_Name << Get Data Type() = "Character"; :LSL << Get Data Type() = "Numeric"; "Column:"; column_name = "MST"; "LSL:"; lsl = 9; "USL:"; usl = 12.5; spec_limits = {LSL(lsl), USL(usl)...

    bjbreitling bjbreitling
    Discussions |
    Mar 27, 2024 6:12 AM
    1517 views | 2 replies
  • How to permanently tag specific data points in graphs over different data tables

    Hi all, I have a question regarding the tagging of specific data points in graph (GraphBuilder script). I would like to find an easier way, and maybe you can help. In the following, I describe how I usually do that.I usually import Excel data tables to JMP when new data is added (cumulative).With the new generated JMP table, I first copy the GraphBuilder scripts from the previous JMP data table an...

    Hönig52 Hönig52
    Discussions |
    Mar 27, 2024 5:58 AM
    1184 views | 2 replies
  • Design space profiler

    Is the design space profiler available only in JMP Pro? If not,is there any other way to get Design space profiler in JMP16?

    Yogishan Yogishan
    Discussions |
    Mar 27, 2024 5:57 AM
    789 views | 1 replies

Latest Discussions

Latest Discussions

  • 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
    809 views | 0 replies
  • Error column property

    Hello - I have a data set that comes from an external measurement and the software that comes with the instrument automatically calculates the property and error bars that I'm looking for. Is there a way to include the error as a column property without doing a custom column property? I know there's a saved model error property, but fitting a custom model would introduce it's own issues as the mod...

    ehchandlerjr ehchandlerjr
    Discussions |
    Mar 20, 2024 3:32 PM
    680 views | 0 replies
view all discussions