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

  • Short cut for creating table with out of limits points from a control chart

     Hi "@Ben_Barringh" or anyone who could help me : )Is there an easy way for creating a table with the points that are found out of the limits in a control chart?I mean, once I have the points identified and selected in the general table (as shown in the picture): Is there a shortcut to have all the rows selected together in a new column or table?Thanks a lot!

    amiro amiro
    Discussions |
    Feb 13, 2025 12:21 AM
    3075 views | 8 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
  • How to create a workflow that can run a set of analyses for multiple files in one folder

    Hi, I would like to use a workflow to run the same set of analyses on multiple .csv files saved in a folder. I know how to create a workflow for a specific .csv file, but I don't know how to create a workflow to run the set of analyses on a list of .csv files. My JSL skill is limited. I appreciate your help.Margaret 

    mdeng mdeng
    Discussions |
    Feb 12, 2025 12:20 PM
    1315 views | 6 replies
  • How to have Connect Lines before Marker by default in JMP Graphs ?

    Hello,I use the Control Chart Builder platform. In it, I often need to perform the following actions: Right-click on the GraphCustomize...Move "Marker" below "Connect Line"This way my graph is more visible. But I have to repeat this operation every time. Aren't there any JMP preferences to change this by default?  BEFORE   AFTER  

    SophieCuvillier SophieCuvillier
    Discussions |
    Feb 11, 2025 7:29 AM
    675 views | 2 replies
  • Change formula

       As the attachments show, the formula of column ROW(3) is effective but just for one row.    The formula of column "Used For loop " as below color shows, I know that formulas can't contain For loops, so remove the For loop parts and change ":Scan input[i]" to other expressions or other functions to Implement from ": Scan input[1]" to": Scan input[end row number]", then automatically updated base...

    Chris_Liu Chris_Liu
    Discussions |
    Feb 10, 2025 10:39 PM
    1804 views | 8 replies

Latest Discussions

  • 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
    2120 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
  • I am very new user to JMP. Can you explain this function for me?

    I am very new to the JMP program and I was assigned to translate this code into Python. I don't understand what is this function used for so I can't completely convert the code to Python.

    col_string = ":FPC 1,:FPC 2,:FPC 3,:FPC 4,:FPC 5,:FPC 6,:FPC 7,:FPC 8,:FPC 9,:FPC 10"; // generate and evaluate a string that defines the Gen Reg Model for all FPCs Eval( Parse( "GenRegFit = dT << Fit Mod...

    LinkageAntelope LinkageAntelope
    Discussions |
    Feb 6, 2025 6:24 AM
    699 views | 2 replies
  • how to Define different data formats per JMP JSL

    I have two columns in the file, one column is the parameter name, the second column is the parameter value, I want to confirm whether JMP can make a definition: different parameter names corresponding to the parameter value has a different numerical format. For example: the parameter name is TTV is an integer format, and the parameter name is CARRIER CONCENTRATION and RES is a scientific notation.

    wenwenzhou wenwenzhou
    Discussions |
    Feb 5, 2025 9:52 PM
    608 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
    608 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
    667 views | 0 replies
view all discussions