cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
  • JMP will suspend normal business operations for our Winter Holiday beginning on Wednesday, Dec. 24, 2025, at 5:00 p.m. ET (2:00 p.m. ET for JMP Accounts Receivable).
    Regular business hours will resume at 9:00 a.m. EST on Friday, Jan. 2, 2026.
  • We’re retiring the File Exchange at the end of this year. The JMP Marketplace is now your destination for add-ins and extensions.
JMP Bar Chart

Welcome to the JMP User Community!

Ask questions, get answers, meet other JMP users

Learning Resources

Latest Discussions

  • How to convert HTML structured data into a table with JSL?

    With JSL, Can only downloHTML files. How do I use JSL to convert this file into tabular data?Thanks!

    lala lala
    Discussions |
    Feb 22, 2021 6:04 AM
    3741 views | 4 replies
  • Scripts for Growing Data Tables

    Jim (aka "superuser extraordinaire") was kind enough to supply the following script to help transform  to usingnames default to here( 1 ); /*****************************************************************************/ // Create a sample data table and original graphs /*****************************************************************************/ dt = new table( "Example", New Column( "Months o...

    FAS FAS
    Discussions |
    Feb 22, 2021 5:40 AM
    2274 views | 4 replies
  • Process screener column selection in data table

    Is there a way to have the row that is selected in the Process screener be selected in the data table through JSL?For example, what script could be used to select this highlighted row item in the datatable? Thanks for any suggestions!Steve

    shampton82 shampton82
    Discussions |
    Feb 22, 2021 3:19 AM
    1901 views | 2 replies
  • JSL: Slider Box Set Value

    Hi everyone, Here is the code from the Scripting Index for creating a Slider Box:Names Default To Here( 1 ); sliderValue = .6; New Window( "Example", Panel Box( "Slider Box", tb = Text Box( "Value: " || Char( sliderValue ) ), sb = Slider Box( 0, 1, sliderValue, tb << Set Text( "Value: " || Char( sliderValue ) ) ) ) ); If you run this example, you can right-click the slider to s...

    mjoner mjoner
    Discussions |
    Feb 21, 2021 9:28 AM
    3689 views | 6 replies
  • Doing a Oneway Analysis with Multiple Response Columns

    Below is a sample data table that shows what I am trying to achieve. I want to compare means of serum levels based on a patient's mutations. The problem is some patients have multiple mutations in the same gene.I would like JMP to recognize that the Mut1, Mut2 need to be assigned with the other mutations with the same name instead of creating its own category for them. I have tried setting the col...

    Earendur Earendur
    Discussions |
    Feb 20, 2021 11:58 AM
    3082 views | 2 replies

Latest Discussions

  • How to convert HTML structured data into a table with JSL?

    With JSL, Can only downloHTML files. How do I use JSL to convert this file into tabular data?Thanks!

    lala lala
    Discussions |
    Feb 22, 2021 6:04 AM
    3741 views | 4 replies
  • Scripts for Growing Data Tables

    Jim (aka "superuser extraordinaire") was kind enough to supply the following script to help transform  to usingnames default to here( 1 ); /*****************************************************************************/ // Create a sample data table and original graphs /*****************************************************************************/ dt = new table( "Example", New Column( "Months o...

    FAS FAS
    Discussions |
    Feb 22, 2021 5:40 AM
    2274 views | 4 replies
  • Doing a Oneway Analysis with Multiple Response Columns

    Below is a sample data table that shows what I am trying to achieve. I want to compare means of serum levels based on a patient's mutations. The problem is some patients have multiple mutations in the same gene.I would like JMP to recognize that the Mut1, Mut2 need to be assigned with the other mutations with the same name instead of creating its own category for them. I have tried setting the col...

    Earendur Earendur
    Discussions |
    Feb 20, 2021 11:58 AM
    3082 views | 2 replies
  • PCA to separate two outcomes

    Hi,I have a binary outcome for a set of patients, and a long list of variables measured (i.e. potential predictors/characteristics). I can do a PCA on the whole set, or PCA on each set separately (i.e. positive patients and negative patients separately). But what I really want is the following: what are the two principal components that best separate the positives from the negatives? I've played a...

    utkcito utkcito
    Discussions |
    Feb 20, 2021 8:12 AM
    4118 views | 7 replies
  • fix for two values in a single cell

    What is the best way to fix having two values in the same cell?Each row is assigned to a specific patient and the columns are genes with possible mutations. The problem is a couple patients have more than one mutation in the same gene, see the attached image. How do I best tell JMP that these are two separate values? I've tried making two rows with the same patient ID but I'm afraid that will caus...

    Earendur Earendur
    Discussions |
    Feb 20, 2021 1:53 AM
    4625 views | 9 replies

Latest Discussions

view all discussions