cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
  • DownloadSemiconductor Toolkit: Tools to create wafer maps, add wafer geometry to graphics, explore die defects & compare wafers.
  • Discovery Summit 2026: Early User Edition - September 23-24.Register. It's free.
  • Use JMP Clinical with CDISC-compliant data. Review studies, ID safety and efficacy signals & communicate findings with interactive graphics. Register to see how. Aug. 27, 2 pm US ET.
JMP Bar Chart

Welcome to the JMP User Community!

Ask questions, get answers, meet other JMP users

Learning Resources

Latest Discussions

  • Exploring Keyword Search Methods for Tree Box Items

    I hope to be able to search the contents of the Tree box. In the List box's state as shown in the JSL, it is easy to perform a keyword search. However, it's not as straightforward with the Tree box. Could you please let me know what methods can be used to implement keyword searching for items in the Tree box? dt=New Table( "Food Tree", Add Rows( 8 ), New Column( "Name", Character, "Nominal",...

    BabyDoragon BabyDoragon
    Discussions |
    Apr 25, 2025 2:40 AM
    1035 views | 2 replies
  • Set random seed of function Random Shuffle

    Hello   I'm using the Random Shuffle function, but I'd like to set the random seed so that I can reproduce certain results. The random seed function alone doesn't seem to apply, so how do I go about it?   Names Default To Here( 1 ); Random Seed( 123 ); // Fix random seed exA = [1 2 6, 3 5 8]; Random Shuffle( exA );

    SophieCuvillier SophieCuvillier
    Discussions |
    Apr 25, 2025 2:16 AM
    1706 views | 2 replies
  • Partial Least Squares Discriminant Analysis (PLS -DA) in JMP Pro Student edition

    Hello! I'm trying to build a classification model using spectral data. I've attempted to do PCA + LDA for such purpose, but unfortunately, I'm not seeing proper clustering in this case, hence, I've tried to do PLS-DA. Is it possible to perform PLS-DA using the JMP Pro 18 Student edition? So far, I haven't found an option that allows me to consider categorical variables in my model (screenshot atta...

    Mariana_Aguilar Mariana_Aguilar
    Discussions |
    Apr 25, 2025 12:48 AM
    1699 views | 1 replies
  • Make Filter Change Handler for Dashboard

    Hi, I have a dashboard with local data filter and a number of graph builder charts in tab page boxes. I would like to resize the frameboxes in some of the charts when the local data filter selection is changed. I have tried using the code below, but it gives an error: "The OwnerBox was deleted before the message << could be sent because the Graph Builder needed to recalculate first". Can anyone s...

    anna_717 anna_717
    Discussions |
    Apr 25, 2025 12:22 AM
    2202 views | 5 replies
  • Regular Expression to find and replace a string in a formula

    Hi everyone,   I try to replace one specific part As Constant( t Quantile( 1 - 0.1 / 2,  in every selected column formula by Random t((.  However, I fail in the regex part. I think it could have to do with escaping the brackets. I tried with \!\ but also failed here... Could someone debug my code below?     // Select some columns dt = currentdatatable(); dt << Get Selected Columns; //'fix' each...

    Marco_ Marco_
    Discussions |
    Apr 24, 2025 8:20 PM
    1471 views | 2 replies

Latest Discussions

  • Exploring Keyword Search Methods for Tree Box Items

    I hope to be able to search the contents of the Tree box. In the List box's state as shown in the JSL, it is easy to perform a keyword search. However, it's not as straightforward with the Tree box. Could you please let me know what methods can be used to implement keyword searching for items in the Tree box? dt=New Table( "Food Tree", Add Rows( 8 ), New Column( "Name", Character, "Nominal",...

    BabyDoragon BabyDoragon
    Discussions |
    Apr 25, 2025 2:40 AM
    1035 views | 2 replies
  • Partial Least Squares Discriminant Analysis (PLS -DA) in JMP Pro Student edition

    Hello! I'm trying to build a classification model using spectral data. I've attempted to do PCA + LDA for such purpose, but unfortunately, I'm not seeing proper clustering in this case, hence, I've tried to do PLS-DA. Is it possible to perform PLS-DA using the JMP Pro 18 Student edition? So far, I haven't found an option that allows me to consider categorical variables in my model (screenshot atta...

    Mariana_Aguilar Mariana_Aguilar
    Discussions |
    Apr 25, 2025 12:48 AM
    1699 views | 1 replies
  • Make Filter Change Handler for Dashboard

    Hi, I have a dashboard with local data filter and a number of graph builder charts in tab page boxes. I would like to resize the frameboxes in some of the charts when the local data filter selection is changed. I have tried using the code below, but it gives an error: "The OwnerBox was deleted before the message << could be sent because the Graph Builder needed to recalculate first". Can anyone s...

    anna_717 anna_717
    Discussions |
    Apr 25, 2025 12:22 AM
    2202 views | 5 replies
  • how do I change the format of the table -

    Hi colleagues, I am just starting and want your help How do I convert the following format of my data table to the one I can analyze?  Thanks so much  My table looks like this subjecttimevariablevalue1bA21wk2A51wk6A61bB11wk2B1.51wk6B32bA52wk2A62wk6A42bB72wk2B82wk6B9   I want to convert to the following format subjecttimeAB1b211wk251.51wk6632b572wk2682wk649

    Bio2025 Bio2025
    Discussions |
    Apr 24, 2025 1:13 AM
    1582 views | 2 replies
  • Help with Multiple Linear Regression

    LogitParrot179 LogitParrot179
    Discussions |
    Apr 23, 2025 7:58 PM
    935 views | 0 replies

Latest Discussions

view all discussions