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

  • expression column with list compare to given list to replace with desired value

    Hi,is there a method through add new formula to column for issue below?

    I have a column that is list value and I want to compare to given list, if element from list in column match to given list then replace that single element with "1". Below are example. The given list is {"aa", "app", "b", "pp", "zzzz"}  

    dadawasozo dadawasozo
    Discussions |
    Mar 23, 2024 10:59 AM
    1343 views | 3 replies
  • Using journal to produce graph builder plots

    Hi, I'm using journal to produce graph builder histogram distributions. The issue that I'm having is that sometimes the last one or two plots, get compressed and some settings are lost, such as increment which makes the plot unclear.  I tried manipulating the size of the graph builder and all plots changes accordingly besides the last two or sometimes last plot. Any recommendations regarding this ...

    RA899 RA899
    Discussions |
    Mar 23, 2024 9:16 AM
    749 views | 1 replies
  • Cannot set the specification limit attribute (USL/LSL) for each column

    dt = Current Data Table();dt << Begin Data Update();
    For( i = 9, i <= N Cols( dt ) - 1, i++,
    col = Column( dt, i );

    // 获取第二行和第三行的数据作为规格限
    lowerLimit = col[2];
    upperLimit = col[3];
    show (lowerLimit);
    show(upperLimit); // checked the log, the result is ok.

    // 设置规格限属性
    col << Set Property( "Spec Limits", {LSL(lowerLimit), USL(upperLimit), Show Limits( 1 )} ); 
    );
    dt << End Data Update();   

    Ryan001 Ryan001
    Discussions |
    Mar 23, 2024 9:00 AM
    661 views | 1 replies
  • LostDFs for 2-Way Anova

    Y= Standardized test growth X=AP Student; NonAP Student, White, Black, Hispanic, Asian, 2+Race, Pacific Islander, Native American. I needed to turn on JMPs feature to ignore blank cells through the "Exclude missing data."  Each of the X's were inserted and crossed using the MACROS - FULL FACTORIAL. The image is the result. Why are there LostDFs? My data set is large. 8000? My columns are set up wh...

    SerranoS SerranoS
    Discussions |
    Mar 23, 2024 7:58 AM
    3001 views | 4 replies
  • Script to loop thru and group columns by name, dynamically

    So I'm trying to figure this out and its just not quite working. I've got a table with a key-value pair that I've SPLIT from Tall to Wide. I end up with about 10k columns that all have a regular naming structure, like 
    "15.02.0 param1", "15.02 param2", "15.02 param3"...."15.03 param1", "15.03 param2", "15.03 param3",... How can I look through all these columns and group them dynamically by the star...

    aliegner1 aliegner1
    Discussions |
    Mar 23, 2024 6:33 AM
    5035 views | 11 replies

Latest Discussions

  • expression column with list compare to given list to replace with desired value

    Hi,is there a method through add new formula to column for issue below?

    I have a column that is list value and I want to compare to given list, if element from list in column match to given list then replace that single element with "1". Below are example. The given list is {"aa", "app", "b", "pp", "zzzz"}  

    dadawasozo dadawasozo
    Discussions |
    Mar 23, 2024 10:59 AM
    1343 views | 3 replies
  • Using journal to produce graph builder plots

    Hi, I'm using journal to produce graph builder histogram distributions. The issue that I'm having is that sometimes the last one or two plots, get compressed and some settings are lost, such as increment which makes the plot unclear.  I tried manipulating the size of the graph builder and all plots changes accordingly besides the last two or sometimes last plot. Any recommendations regarding this ...

    RA899 RA899
    Discussions |
    Mar 23, 2024 9:16 AM
    749 views | 1 replies
  • Cannot set the specification limit attribute (USL/LSL) for each column

    dt = Current Data Table();dt << Begin Data Update();
    For( i = 9, i <= N Cols( dt ) - 1, i++,
    col = Column( dt, i );

    // 获取第二行和第三行的数据作为规格限
    lowerLimit = col[2];
    upperLimit = col[3];
    show (lowerLimit);
    show(upperLimit); // checked the log, the result is ok.

    // 设置规格限属性
    col << Set Property( "Spec Limits", {LSL(lowerLimit), USL(upperLimit), Show Limits( 1 )} ); 
    );
    dt << End Data Update();   

    Ryan001 Ryan001
    Discussions |
    Mar 23, 2024 9:00 AM
    661 views | 1 replies
  • Error installing JMP 16

    Hi All, Here is the error I got.
    OS: Windows 10 proI have installed this previously until today 

    RMSETurtle754 RMSETurtle754
    Discussions |
    Mar 22, 2024 5:26 PM
    857 views | 1 replies
  • Timestamp conversion? it just nulls out if I try to format as a timestamp

    2024-01-06 13:59:00+00:00 I am getting timestamps in this format. JMP auto-formats them as Charact-Nominal....How do I get these to be a proper timestamp format?

    TriangularLlama TriangularLlama
    Discussions |
    Mar 22, 2024 4:34 PM
    993 views | 2 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
    805 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
    675 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
    622 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
    881 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
    829 views | 0 replies
view all discussions