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

  • CSVをMultiple File Importする際に、CSV内部の任意の列のみを選択して積み上げることができるでしょうか?

    Multiple File Importは非常に速く動作するので、速度的な不満はないのです。ですが、読み込むCSVが完全に同じ列を持っていない場合は複数のファイルに分割されてテーブルにされてしまいます。そのために、各CSVに格納されている任意の列をあらかじめ選択して積み上げを開始すればそれを回避できることができると考えました。 そのようなJSLの書き方はありますでしょうか?ご教授いただけますと幸いでございます。よろしくお願いいたします。 Version:JMP18.1.1dt = Multiple File Import( <<Set Folder( "C:\Users\624274\Documents\Backup" ), <<Set Show Hidden( 0 ), <<Set Subfolders( 0 ), <<Set Name Filter( "*;" ), <...

    rice_ball rice_ball
    Discussions |
    Jan 16, 2025 3:50 PM
    1115 views | 2 replies
  • Extracting characters within certian pattern including square brackets

    Hi,
    I have want to extract information from a text in a table row that includes square brackets.
    Example Rows in text column:
    Plate[QWE147] Reg[ABC123]
    Plate[ASD258] Reg[DEF456] Information I want to extract:
    ABC123DEF456 What is the best way to do this? I wanted to do it with regex but square brackets makes it complicated.

    eugur eugur
    Discussions |
    Jan 16, 2025 11:54 AM
    1506 views | 5 replies
  • sort list ( ... , decending)

    For sort(), there is an option descending.For sort list() not?
    What is the easiest/best way to sort a list with descending order?Sorting Lists 

    hogi hogi
    Discussions |
    Jan 16, 2025 2:22 AM
    962 views | 2 replies
  • Graph Arrangement with For Loops

    I want to understand how to arrange graphs.
    When a user wants to arrange them in two rows with three graphs in each row, I can achieve that using the script below:
    New Window( "Test", H List Box( For( i = 1, i < 4, i++, Graph Builder( Size( 528, 450 ), Show Control Panel( 0 ), Variables( X( :age ), Y( :height ) ), Elements( Points( X, Y, Legend( 3 ) ), Smoother( X, Y, Lege...

    BabyDoragon BabyDoragon
    Discussions |
    Jan 16, 2025 2:09 AM
    867 views | 1 replies
  • Spectral Density Reports and Modifications from Time Series Analysis

    Hi All, I've been using this feature since JMP 16, it's a real big saver in trying to churn out multiple magnitude vs. frequency graphs.  I'm trying to sort out issues in my data, and was hoping for some scripting help, and request for features. 1) When I save my spectral data the period and frequency columns do not consider the time scale I used to make the time series graphs.  So I am repeatedly...

    Binyamin Binyamin
    Discussions |
    Jan 15, 2025 11:40 PM
    1158 views | 2 replies

Latest Discussions

  • Spectral Density Reports and Modifications from Time Series Analysis

    Hi All, I've been using this feature since JMP 16, it's a real big saver in trying to churn out multiple magnitude vs. frequency graphs.  I'm trying to sort out issues in my data, and was hoping for some scripting help, and request for features. 1) When I save my spectral data the period and frequency columns do not consider the time scale I used to make the time series graphs.  So I am repeatedly...

    Binyamin Binyamin
    Discussions |
    Jan 15, 2025 11:40 PM
    1158 views | 2 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
    615 views | 0 replies
  • Log Compiler

    I have a script that compiles a group of log files depending on the title of the files in the source directory.  This script reads in a Lot ID from an address table and uses that to search the path directory "dir" and compile the target files.  I need to repurpose this script where I would like the script to look inside the text of the available files to see if the lot ID shows up there and compil...

    SpannerHead SpannerHead
    Discussions |
    Jan 14, 2025 3:17 PM
    1159 views | 3 replies
  • DataTables for Applications and Dashboards

    Hello All,

    I want to build code for an application/dashboard. The first part of my code imports some tables, does some filtering and formatting and then builds some graphs and reports.

    After this I would like to have general code to build an application/dashboard to display the reports I made earlier using the already existing datatables (after the filtering and formatting). I have not been able to ...

    AdditiveRange10 AdditiveRange10
    Discussions |
    Jan 14, 2025 9:41 AM
    1747 views | 6 replies
  • updating list inside a function

    Hey guys,I'm trying to add a new value (variable value) to a list inside a function, each time the function has been called.No matter what I tried, the list is not getting any value. Any advice? Adding the example of the code

    Stas Stas
    Discussions |
    Jan 12, 2025 9:18 AM
    725 views | 2 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
    615 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
    494 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
    466 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