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

  • Split a Table without a Split by Column

    I have a data table that looks like this, I want to change it to something like this. How do I do this in JSL? I don't have a reference column to split this against, but I know odd rows will be my first entry, and even rows will be my second entry always. 

    AsymptoticCos AsymptoticCos
    Discussions |
    May 29, 2024 10:31 AM
    1107 views | 1 replies
  • Create 1000 columns with similar formulas at one run

    I have an input column (ColumnA) that essentially has the Index of the table. I want to add 1000 numeric columns to this table. Each of the columns will add the column number to the original column.  Example: the first new column will have the formula, ColumnA+1. 30th new column will have the formula, ColumnA+30. 

    AsymptoticCos AsymptoticCos
    Discussions |
    May 29, 2024 8:38 AM
    1205 views | 2 replies
  • How to extract only the prob > |t| from a t test report ?

    Probably a very simple question but is there a simple way to extract only the prob > |t| from a t test report ? From this line which extract the full report.:dt1 = rpt[Outline Box( "t Test" )][Table Box( 1 )]; Full script with smaller count of Xs and Ys:// Entrer analyse et column switchers Oneway( Y(:Name("553")), X(:Name("1")), t Test(1), Column Switcher(:Name("1"), {:Name("1"), :Name("2"), ...

    GCardin GCardin
    Discussions |
    May 29, 2024 8:37 AM
    1140 views | 1 replies
  • Is there a way to create a report for 2 column switcher simultaneously ?

    Hi, I wanted to run multiple t-test where I have a list of multiple X and Ys. Is there a way to do this using a script ? I modified slightly the script I am using for 1 column switcher but I can't figure out how to do them both at the same time. For exemple this smaller test (3x3):   Oneway( Y(:Name("A")), X(:Name("1")), t Test(1), Column Switcher(:Name("A"), {:Name("A"), :Name("B"), :Name("C"...

    GCardin GCardin
    Discussions |
    May 29, 2024 7:16 AM
    2300 views | 5 replies
  • Changing picture size in scrollable table where user selects a row and the corresponding picture is displayed

    I've found some interesting code here  and am trying to implement this with minor modifications as a table script (demo table attached). The final touches I want to apply are these:Set the picture size in the script (ideally, preserving the original aspect ratio.
    I've tried; for example 'one_pic << Set Size({200,200})' and 'one_pic << scale (.2)'; in different positions inside the if() function sta...

    Ressel Ressel
    Discussions |
    May 28, 2024 11:26 AM
    1336 views | 2 replies

Latest Discussions

  • How do I make scattorplot Matrix with multiple cloumns I select?

    Hi. I'm Jeon.I'm beginner of JMP. I want to have a script for making scattorplot Matrix with Items I select.Could you give me a help with it? I splited one data table to two data table. one has value of test items(*Data type : Numeric & Continuous) , another one has upper limit & lower limit.(*Charactor & Norminal) Column names(=test item names) are the same in 2 different data table. Two sample d...

    NagneTE1 NagneTE1
    Discussions |
    May 27, 2024 5:18 PM
    789 views | 0 replies
  • SVEM: ¿Neural network or Lasso?

    I am conducting a prediction model study with DoE mixtures (3 components) and a process factor and a response variable (quantitative). I am going to apply SVEM, but I have a question, what does it depend on when using Neural Networks or Lasso? Thank you for your answers.

    CrhistianDoE CrhistianDoE
    Discussions |
    May 25, 2024 2:27 AM
    1622 views | 1 replies
  • JSL Script using Python not working anymore in JMP 18

     We are in the process of porting our toolchain into JMP 18. Since many of the JMP python calls have been deprecated/changed in JMP 18 and we are using elements of python, I'm trying to troubleshoot some scripts of ours that are working fine in JMP 17 but are throwing errors when I run them on JMP18.The problem solving in the forum here is a bit difficult since I cannot share the exact content of ...

    Feli Feli
    Discussions |
    May 23, 2024 6:53 AM
    1557 views | 2 replies
  • Compare values

    Hi, here is an example of a list  Here is the final result I would like to achieve: Thanks,

    Jackie_ Jackie_
    Discussions |
    May 22, 2024 8:59 AM
    3851 views | 9 replies
  • Is there a quick way to transform column data type?

    I have a question for help, thanks.
    There is a table with more than 1200 columns, since many data values starting with “i”, there are about 900 columns, so I need to convert the column format from character to numeric, but with a for loop, it's too slow, is there a fast way?  

    lehaofeng lehaofeng
    Discussions |
    May 21, 2024 11:04 PM
    2697 views | 7 replies

Latest Discussions

  • How do I make scattorplot Matrix with multiple cloumns I select?

    Hi. I'm Jeon.I'm beginner of JMP. I want to have a script for making scattorplot Matrix with Items I select.Could you give me a help with it? I splited one data table to two data table. one has value of test items(*Data type : Numeric & Continuous) , another one has upper limit & lower limit.(*Charactor & Norminal) Column names(=test item names) are the same in 2 different data table. Two sample d...

    NagneTE1 NagneTE1
    Discussions |
    May 27, 2024 5:18 PM
    789 views | 0 replies
  • graph builder bug - x group shift

     (JMP 17, MacOS) I have a JSL scripts that creates multiple graph builder charts, but in some of them, and it's not repeatable always - some of the x groups  are getting different height, causing also the data plotted to be shifted. Another issue - is that I can't set the X group lables text to be 90 degrees rotated to fit long strings without making the chart too wide. This is supported for X var...

    ShlomiB76 ShlomiB76
    Discussions |
    Apr 14, 2024 12:08 AM
    721 views | 0 replies
  • Project ignoring H Splitter Box Set Sizes . . . sometimes

    I'm working with a JMP 17 Project and have a script to import a CSV file, embed a script into the Data Table, and execute the embedded script. The embedded script creates a graph from the data and sets the Project layout. All of these pieces, executed individually, work as intended. The problem I am having is that when I execute the combined script, the outer H Splitter Box ignores <<Set Sizes and...

    ionatx ionatx
    Discussions |
    Apr 4, 2024 1:25 PM
    712 views | 0 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
    935 views | 0 replies
  • DataTable Prompt in application builder on module load

    Hello guys, I have applciation builder with multiple modules. one of the module only contains column list which requires selection of datatable. How to make jmp prompt to select datatable only when that module loads.By default it prompts when the application loads  Kindly guide. Thanks in advance

    ComplexNerd ComplexNerd
    Discussions |
    Mar 7, 2024 3:54 AM
    666 views | 0 replies
view all discussions