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

  • Center non-modal window on display

    Hi, I am trying to find the fastest way to move a window to the center of the users display.  Modal windows automatically are centered on the screen, so I know that JMP is somehow able to tell where to put a window, but I have only found some relatively slow workarounds to doing this with non-modal windows. Below is the jsl script I am currently using to determine the screen size and center a new ...

    mringqui mringqui
    Discussions |
    Sep 24, 2025 2:43 PM
    2951 views | 5 replies
  • Set submatrix values within a matrix

    I have a matrix of missing values, and I want to set the upper left portion of that matrix to values in another matrix.     initial_matrix=J(3,3,.); update_matrix=[1 2, 3 4]; The desired result is [ 1 2 ., 3 4 ., . . . ] I know I could iterate on the indices of the matrix like this for(i=1, i<=N rows(update_matrix), i++, for(k=1, k<=N cols(update_matrix), k++, initial_matrix[i,k]=update_matr...

    MathStatChem MathStatChem
    Discussions |
    Sep 24, 2025 4:33 AM
    1475 views | 6 replies
  • variables, symbols and names

    in JSL, what is the difference between a variable, a "symbol" and a "name"?   var=Expr(1+2); Name Expr(var); // return the expression which is stored in the name "var" - so var is a name? Clear Symbols(var); // how can I clear a "symbol" if it's actually a "name"

    hogi hogi
    Discussions |
    Sep 23, 2025 9:42 PM
    604 views | 3 replies
  • Does Head evaluate its argument?

    From , I learned that there are some functions which evaluate their argument and others which don't:  I wondered about Head. Here everything looks logic ...f= Expr(x=2); Substitute(NameExpr(f),Expr(x), Expr(y)); Head(f);Head is not like Substitute, I can directly use the function name as an argument  - and Head returns the head of the expression: Assign()  After checking some other functions which...

    hogi hogi
    Discussions |
    Sep 23, 2025 2:47 PM
    5014 views | 11 replies
  • Application Not Found error when trying to open a data table in JSL

    I'm am trying to open a data table using the following code:   Names Default To Here(1); dt1 = Open( "f3uel_airborne_2020_data"); dt2 = Open( "peaks_data_431"); When I run this, I get an Application Not Found error in the log and it fails to open. Does anyone have any idea what may be going on here? I'm using JMP19 on a Mac.  

    scott1588 scott1588
    Discussions |
    Sep 23, 2025 12:22 PM
    1895 views | 8 replies

Latest Discussions

  • variables, symbols and names

    in JSL, what is the difference between a variable, a "symbol" and a "name"?   var=Expr(1+2); Name Expr(var); // return the expression which is stored in the name "var" - so var is a name? Clear Symbols(var); // how can I clear a "symbol" if it's actually a "name"

    hogi hogi
    Discussions |
    Sep 23, 2025 9:42 PM
    604 views | 3 replies
  • Application Not Found error when trying to open a data table in JSL

    I'm am trying to open a data table using the following code:   Names Default To Here(1); dt1 = Open( "f3uel_airborne_2020_data"); dt2 = Open( "peaks_data_431"); When I run this, I get an Application Not Found error in the log and it fails to open. Does anyone have any idea what may be going on here? I'm using JMP19 on a Mac.  

    scott1588 scott1588
    Discussions |
    Sep 23, 2025 12:22 PM
    1895 views | 8 replies
  • Kamal Hinduja Switzerland : What are the key differences between JMP and JMP Pro?

    Hi,   I am Kamal Hinduja, based in Geneva, Switzerland(Swiss) . Can anyone explain in detail What are the key differences between JMP and JMP Pro?   Thanks, Regards Kamal Hinduja Geneva, Switzerland

    kamalhinduja kamalhinduja
    Discussions |
    Sep 22, 2025 6:56 AM
    630 views | 1 replies
  • Shift Analysis for Large Number of Tests

    I’m trying to check for run-to-run variation across a large number of tests — e.g. >1,000 tests The data is in long format, with all test values in a single column (TestValues). Each unit has measurements across multiple runs (e.g., WW1, WW2, WW3), identified by a WW column, and we have a UnitID to track which unit it is. I want to: Check if there’s a statistically significant shift across runs f...

    RA899 RA899
    Discussions |
    Sep 22, 2025 4:16 AM
    1082 views | 1 replies
  • Can the calculations of these two steps be modified to be completed in one step?

    Thanks Experts! dt=Open("$SAMPLE_DATA/Big Class.jmp"); ca="A";If(Is Missing(Try(Column(ca)<<Get Name)),New Column(ca));Column(ca)<<Formula( if(height>=lag(height,1),weight) );Current Data Table()<<run formulas;Column(ca)<<deleteFormula; ca="B";If(Is Missing(Try(Column(ca)<<Get Name)),New Column(ca));Column(ca)<<Formula( if(height<lag(height,1),weight) );Current Data Table()<<run formulas;Column(ca...

    lala lala
    Discussions |
    Sep 21, 2025 6:56 AM
    688 views | 3 replies

Latest Discussions

  • How to export a model formula to Excel?

    I want to be able to take the prediction formula that I got from my multiple linear regression and put it in excel. I have multiple Quantitative and Categorical X variables and some are splined. I have also preformed a BoxCox transformation. What are the steps that I need to do to take the formula that is given and have it working in excel. I have no coding experience but am not against learning a...

    DWS DWS
    Discussions |
    Jun 13, 2025 8:33 AM
    517 views | 0 replies
  • Inquiry Regarding the Use of JMP and JMP Live (Suppress Eval?)

    Hello, I am a user of JMP Live.
    I am currently utilizing a simple function within JMP to leverage the Auto Refresh feature in JMP Live for dashboard purposes. However, while the function operates correctly on my PC, it does not work properly on JMP Live.Even though I have disabled "Suppress Eval" before executing Data Publish, when I later download the data, the column where the function should be ...

    DJ_Kim DJ_Kim
    Discussions |
    Feb 27, 2025 2:59 PM
    553 views | 0 replies
  • Streamlining Data Workflows With JMP & MATLAB

    Integrating tools like JMP and MATLAB offers a streamlined approach to engineering analysis, making workflows more efficient and reducing the need for redundant script rewriting. By leveraging JMP’s powerful data analysis and visualization capabilities alongside MATLAB’s robust computational tools, engineers can seamlessly combine the strengths of both platforms. This integration allows for the ra...

    brycerjs8 brycerjs8
    Discussions |
    Feb 18, 2025 7:07 AM
    578 views | 0 replies
  • How to adjust the size of R plot imported with get R graphics(); ?

    I'm trying to run R code in JMP to create a plot. I succeeded in importing the plot in png format, but failed to adjust the size of the plot. I can adjust the "plot_from_R" in png format with the set size(); function in jsl, but it is not proportional and distorted. How can I import plot_from_R in the size I want?   R Init(); R Submit( "\[ windows(300,100) #it doesn't work plot(function(x) dnorm(...

    CountableModel1 CountableModel1
    Discussions |
    Jan 15, 2025 4:01 PM
    612 views | 0 replies
  • Exceptions are the utilities Show, Write, and Print ...

    from: https://www.jmp.com/support/help/en/18.1/?os=win&source=application#page/jmp/advanced-expressions-macros-and-lists.shtml#  If you assign the expression x+y to a, quoting it as an expression with Expr, then whenever a is evaluated, it evaluates the expression using the current values of x and y and returns the result.
    Exceptions are the utilities Show, Write, and Print, which do not evaluate e
    ...

    hogi hogi
    Discussions |
    Jan 7, 2025 10:44 PM
    607 views | 0 replies
view all discussions