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

Latest Discussions

  • AI:create the L25(5^6) orthogonal array design.

    Translate the SAS code in this document to JMP's JSL to implement the construction of orthogonal arrays with an orthogonal Latin square structure. For example, create the L25(5^6) orthogonal array design.

    lala lala
    Discussions |
    Feb 15, 2025 10:52 PM
    2344 views | 5 replies
  • Using JMP 19 EA for Windows on ARM Mac using Parallels

    I'm a Mac user, and JMP is great on Mac. However, I wanted to run the Windows version on my Mac under Parallels. I have an M4 Mac Pro, and I am running the latest Parallels version (20.2.1) and Windows 11 with all the lates updates. I installed JMP Pro Windows successfully. But when I try to open it, I get a blue rotating icon, then nothing. What could I be doing wrong? I'm not very familiar with ...

    john_madden john_madden
    Discussions |
    Feb 14, 2025 4:07 AM
    1614 views | 3 replies
  • New column based on the studentized residual outliers - if missing then create a copy+paste original column

    I saved my studentized residuals and grouped, run a screening outliers as below:  Explore Outliers( Y( Column Group( "Studentized Group" ) ), Robust Fit Outliers( K Sigma( 2.5 ), Huber( 1 ) ) ); obj << Change to Missing(Now, if there are any missing on the studentized columns I need to create a new column from that Y(variable) use all the original data without that row that is the outlier fo...

    Bmllnn Bmllnn
    Discussions |
    Feb 13, 2025 12:03 AM
    1279 views | 3 replies
  • challenges using Mail() to auto mailling report

     Hi,I need to automated sending a graph in email body and attach a table daily. I'm having 3 issues now and hope someone can help.
    issue 1) : Not able to get graph into mail body. How I can do that? I simply tried below and no graph in body and it complains that character is needed, which indicating not allow picture?graph << Get As Report();
    mail("XXX@XXX", "test", "Visualization " ||"\!n"|| Eval(g...

    dadawasozo dadawasozo
    Discussions |
    Feb 7, 2025 10:28 PM
    2119 views | 4 replies
  • Decimals on y axis on plots

    I use a simple JMP add-in that outputs some plots. Is there anything I could do to change the decimal precision of the y-axis without having to manually adjust it each time? How it is now:  

    how i would like it :  The script that i use is this : 

       gb1 = Expr( Graph Builder( Size( 635, 338 ), invisible, Show Control Panel( 0 ), Variables( X( :Time Point Mont...

    ConvergentWhale ConvergentWhale
    Discussions |
    Feb 7, 2025 2:47 AM
    536 views | 1 replies

Latest Discussions

  • 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
    614 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
  • Extract Expr: Issue with scoped variable

    This works: Extract Expr(:height << set name( "new" ), :height );  But this one doesn't *):Extract Expr(myDataTable:height << set name( "new" ), myDataTable:height );Fortunately there is this dirty trick of Extract Expr (it automatically resolves every defined variable **) - which allows this workaround:x = Expr( myDataTable:height); Extract Expr(myDataTable:height << set name( "new" ), x ) *) why...

    hogi hogi
    Discussions |
    Jan 7, 2025 11:35 AM
    492 views | 0 replies
  • A custom function evaluates the return value

    fyi While debugging @replace Head, I noticed that a custom function evaluates the return values +1x compared to a standard function:myFunction = function({}, return(Expr(3*5))); add custom functions (newcustom function("my custom", "function", function({}, return(Expr(3*5))))); Show(myfunction()); Show(my custom:function())so maybe add another Expr() ...add custom functions (newcustom function("m...

    hogi hogi
    Discussions |
    Jan 3, 2025 2:05 PM
    465 views | 0 replies
  • help to get R squared predicted

    Hello!I installed a script from a community response regarding the calculation of R²pred, as shown in the image below (I'm using JMP 18 pro): (link da resposta do @erich_gundlach https://community.jmp.com/t5/JMP-Add-Ins/Predicted-R-square-calculator/ta-p/39927)  In PRESS, R²pred didn't appear. (Press is low because I haven't reduced the model yet, don't worry =))  I really need to show these R²pre...

    ivanpicchi ivanpicchi
    Discussions |
    Dec 4, 2024 10:21 AM
    666 views | 0 replies
view all discussions