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

  • Is it possible to download JMP16?

    Hi, I have a license for JMP 16 Pro, however my company changed my laptop and the new laptop came with JMP17. JMP 17 doesn'y accept my JMP16 license, so I would like to install and use JMP16 instead. Is it possible to download JMP16? PS: I have asked my company for a JMP17 license but they say that they are "negotiating" the license renewals and this will take time (likely months). I can't wait mo...

    tachyon0710 tachyon0710
    Discussions |
    Mar 21, 2024 8:22 AM
    816 views | 1 replies
  • Interactive Data Table selector

    Is there a way to script this following data table list select part into a jsl script?As of now I have a script done, but only on one data table at a time, is there a function that I can call to make a data table list selector like the picture that I attached above, and upon selection, I can have my current data table updated accordingly? My not-so-flexible script now looks like thisI want to achi...

    zhouye0 zhouye0
    Discussions |
    Mar 21, 2024 7:29 AM
    20043 views | 11 replies
  • using for loop to find minimum values and saving results in a list

    I have three lists of numbers: a= {2,3,4,5,6}b = {4,5,7,2,1}c= {9,6,4,6,2}I would like to take the minimum of each index from the 3 lists and turn that into a list, say d. so d = {2,3,4,2,1}.the loop i have started is: minsl = {};for(i = 1, i = 6, i++,mins = {a[i], b[i], c[i]};
    minval = minimum(mins);
    minsl=insert into(minsl,minval,i);
    If(n items(minsl)==5, break()); // this line was added to stop th...

    Abby_Collins14 Abby_Collins14
    Discussions |
    Mar 21, 2024 6:48 AM
    2694 views | 7 replies
  • How to find/download datasets (along with the results of the functions) from NIST to use for verifying the functions

    Could one verify certain functions in JMP by comparing them to equivalent information for a similar dataset in NIST? These functions may include regression, confidence intervals for a dataset, and calibration curves. If so, how can one find/download datasets (along with the results of the functions) from NIST to use for verifying the functions?

    gholamhasantey gholamhasantey
    Discussions |
    Mar 21, 2024 6:18 AM
    851 views | 1 replies
  • dimensionality reduction question

    A colleague is wrestling with the following problem and I thought I would share it here. He has some multivariate data with multiple factors and multiple measured responses for each experimental scenario.  The responses differ in their significance to the project- some are more important than others.  He would like a way of visualising the data using a smaller number of responses, whilst taking in...

    kjwx109 kjwx109
    Discussions |
    Mar 21, 2024 6:14 AM
    805 views | 1 replies

Latest Discussions

  • Is it possible to download JMP16?

    Hi, I have a license for JMP 16 Pro, however my company changed my laptop and the new laptop came with JMP17. JMP 17 doesn'y accept my JMP16 license, so I would like to install and use JMP16 instead. Is it possible to download JMP16? PS: I have asked my company for a JMP17 license but they say that they are "negotiating" the license renewals and this will take time (likely months). I can't wait mo...

    tachyon0710 tachyon0710
    Discussions |
    Mar 21, 2024 8:22 AM
    816 views | 1 replies
  • How to find/download datasets (along with the results of the functions) from NIST to use for verifying the functions

    Could one verify certain functions in JMP by comparing them to equivalent information for a similar dataset in NIST? These functions may include regression, confidence intervals for a dataset, and calibration curves. If so, how can one find/download datasets (along with the results of the functions) from NIST to use for verifying the functions?

    gholamhasantey gholamhasantey
    Discussions |
    Mar 21, 2024 6:18 AM
    851 views | 1 replies
  • dimensionality reduction question

    A colleague is wrestling with the following problem and I thought I would share it here. He has some multivariate data with multiple factors and multiple measured responses for each experimental scenario.  The responses differ in their significance to the project- some are more important than others.  He would like a way of visualising the data using a smaller number of responses, whilst taking in...

    kjwx109 kjwx109
    Discussions |
    Mar 21, 2024 6:14 AM
    805 views | 1 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
  • Handles in Graph Builder

    I'm trying to understand Handles, especially in Graph Builder. First of all, they don't seem to work.  But beyond that, I don't understand how they could work -- if I enter a Handle() as a script within Graph Builder's "Customize..." Customize Graph dialog, does it execute that script every time the graph is redrawn?  If so, is it creating many instances of a Handle object? I thought this script a...

    BHarris BHarris
    Discussions |
    Mar 20, 2024 10:24 PM
    836 views | 1 replies

Latest Discussions

  • 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
  • SPC Chart from Process Capability Settings

    Hi, when using the process capability functionality and then opening the SPC charts from a selected process, my preferences for SPC are not applied to this generated chart (no shading, level labeling, etc.) is there any way to save preferences for these charts? (JMP17.2)

    JLofman JLofman
    Discussions |
    Mar 20, 2024 9:52 AM
    625 views | 0 replies
  • file I/O error writing preference unable to write out file buffer

    HI, I tried to change the preference of my jmp, but it pops out error window saying  :"file I/O error writing preference unable to write out file buffer"

    wosongtao wosongtao
    Discussions |
    Mar 14, 2024 9:11 PM
    883 views | 0 replies
  • Creating a workflow for analysis and plotting of bioassay qualification data

    Hi community. I'm looking for support to create a workflow in JMP 17.2 for analyzing and plotting data from bioassay qualification study. Specifically, I'd like to base the calculations of relative bias and intermediate precision on equations provided in regulatory guidelines, USP <1033>. @Valerie_Nedbal,  @gail_massari The qualification study design consists of two independent 96WP per run, on ea...

    AgnieszkaL AgnieszkaL
    Discussions |
    Mar 12, 2024 6:49 AM
    832 views | 0 replies
view all discussions