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

  • get files in directory

    Is there a JSL function to get the names of files in a directory (files, no subdirectories, no files in subdirectories).

    hogi hogi
    Discussions |
    Mar 21, 2024 2:52 AM
    998 views | 1 replies
  • how to delete the Linked between Subset and original dataset?

    hello, it's cool to use Data View on selected rows to generate a desired subset. But then, how to quickly delete the Link between subset and original dataset? Otherwise, any operation on subset will automatically sync on original data. My JMP version is 16.1. Thank you!  

    ChernoffTurtle7 ChernoffTurtle7
    Discussions |
    Mar 21, 2024 1:46 AM
    1245 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
    811 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
    837 views | 1 replies
  • JMP 17.2 > Variable Clustering > Algorithm and Output Display?

    Hi JMP Community, Windows 10 Pro, JMP 17.2 I am looking for an approach to display graphically the output of the Cluster Variable platform. I could recluster the variables using the general clustering platform and generate the associated dendrogram. However, I don't know which specific algorithm the Cluster Variables platform uses (Ward's method does not match the Cluster Variables output).I could...

    Thierry_S Thierry_S
    Discussions |
    Mar 20, 2024 9:12 PM
    3015 views | 7 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
    811 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
    837 views | 1 replies
  • JMP 17.2 > Variable Clustering > Algorithm and Output Display?

    Hi JMP Community, Windows 10 Pro, JMP 17.2 I am looking for an approach to display graphically the output of the Cluster Variable platform. I could recluster the variables using the general clustering platform and generate the associated dendrogram. However, I don't know which specific algorithm the Cluster Variables platform uses (Ward's method does not match the Cluster Variables output).I could...

    Thierry_S Thierry_S
    Discussions |
    Mar 20, 2024 9:12 PM
    3015 views | 7 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
    681 views | 0 replies
  • Stack Columns with multiple names

    Hello everyone!
    Lets say I have a data table which looks like that: A,B1,B2,C1,C2,D1,2,3,4,5,166,7,8,9,10,1611,12,13,14,15,16I want to stack them so the new table looks like that: A,B,C1,2,41,3,56,7,96,8,1011,12,1411,13,15I have three lists: one containing columns that need to be kept: list_to_keep= {A},list_to_stack_before= {B1,C1} and list_to_stack_after = {B2,C2}.First i wrote a script to create...

    xXjmplearnerXx xXjmplearnerXx
    Discussions |
    Mar 20, 2024 2:46 PM
    2297 views | 5 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
    811 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
    681 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
    627 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
    834 views | 0 replies
view all discussions