cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
The Discovery Summit 2025 Call for Content is open! Submit an abstract today to present at our premier analytics conference.

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

  • Accessing summary of fit when By argument is used

    Hi, I make a summary of fit table by using the script: Names Default To Here( 1 ); dt = Data Table("Big Class Data"); biv = dt << Bivariate( Y( :weight ), X( :height ), Fit Line(), //By(:sex), ); rpt = biv << Report; rpt["Bivariate Fit of weight By height?", "Linear Fit", "Summary of Fit",Table Box( 1 )] << Make Combined Data Table;  However, I don't understand why the same...

    gam1 gam1
    Discussions |
    Mar 28, 2024 6:58 AM
    625 views | 1 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
    502 views | 1 replies
  • Add legend in Vscroll box

    Hi, Is there a way to add graph legends for each plots in a separate Vscroll box so that way I can avoid the blank area between two plots? I have a dashboard and am trying to make the plots more visually appealing.Names Default To Here( 1 ); dt = Open( "$SAMPLE_DATA/Semiconductor Capability.jmp" ); Variability Chart( Y( :NPN1, :PNP1, :PNP2, :NPN2, :PNP3 ), Model( "Main Effect" ), X( :Wafer ID i...

    Jackie_ Jackie_
    Discussions |
    Mar 28, 2024 5:45 AM
    846 views | 2 replies
  • How to re-create a DoE for bioassay qualification from a publication?

    Hi AllI'd like to re-create the following DoE for cell-based bioassay qualification and robustness testing published by  Coffey et al, 2013 (BioProcess International 11(6) June 2013). Objectives of qualification study: to estimate assay accuracy, intermediate precision, and linearity across the normal operating range of assay conditions; to assess robustness of relative potency and 4PL model param...

    AgnieszkaL AgnieszkaL
    Discussions |
    Mar 28, 2024 3:59 AM
    1336 views | 3 replies
  • Please suggest the Method

    Hi, Please suggest the analysis method for the following data figure.X1   X2   X3   X4   X5   Y21   33    2     66    81   9017   39   10    17    90   1205     55   6      51    95   106...I am trying to figure out which X is related to the Y response.if there is any X, what would the equation be? Thank you for helping.

    MikeKim MikeKim
    Discussions |
    Mar 28, 2024 12:11 AM
    1285 views | 4 replies

Latest Discussions

  • 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
    502 views | 1 replies
  • Searching every cell in one column to find a specific content

    Hi all, I have a jmp data table with a column that contains different strings at each row. I would like to know if I can loop that column to find a specific part of the string in that cell.  This an example of the strings:  Class: 10 Table:15 Stat:NA loc:NA teacher:Sam --> content of the cellClass: 11 Table:11 Stat:NA loc:NA teacher:Sam  The challenge is that I have different class # and different...

    RA899 RA899
    Discussions |
    Mar 27, 2024 10:05 PM
    1851 views | 6 replies
  • how to open/save a data file on sharepoint in JSL?

    I tried to use  dt = Open("https://company.sharepoint.com/.../myfile.jmp"); got error: Internet Error: 403 in access or evaluation of "open". Any idea? Thanks.John

    zxu11 zxu11
    Discussions |
    Mar 27, 2024 12:56 PM
    1410 views | 3 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
    839 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
    599 views | 1 replies

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
    651 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
    406 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
    656 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
    571 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
    471 views | 0 replies
view all discussions