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

  • 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
    1707 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
  • Count the Most Frequently Occurring Item in a Column

    I want to readily identify the item that most frequently occurs by row count in a JMP column.  I can easily determine the unique entries, how best can I get a count from there?   dt = Current Data Table(); summarize( lotz = by(:LOT));    

    SpannerHead SpannerHead
    Discussions |
    Apr 24, 2025 2:46 PM
    4095 views | 9 replies

Latest Discussions

  • 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
  • JMP Add-In, v6.5_hogi_GraphBuilderToolbar.jmpaddin, not installing properly?

    Hi, Running in Win10 Pro v22H2 environment with JMP v18.2.0. Opened v6.5_hogi_GraphBuilderToolbar.jmpaddin in JMPJMP msgbox shows Installing add-inView>>Add-Ins shows the v6.5_hogi_GraphBuilderToolbar is installed and registered The graph builder toolbar add-in does not show up under the Add-Ins menu. I have rebooted machine and JMP and the add-in does not show. Any thoughts would be appreciated. ...

    Onjai Onjai
    Discussions |
    Apr 23, 2025 2:05 PM
    1571 views | 3 replies

Latest Discussions

view all discussions