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

  • Simplify JSL in transpose column #

    Hi I am trying to reduce the transpose JSL columns. Currently, when transpose col from col (3) to col (8), each col needs to be listed specifically. Can I convert it to transpose between col (3) and col (8)? without list each column name. Thanks dt = Current Data Table(); dt << Transpose( columns( Column( 3 ), Column( 4 ), Column( 5 ), Column( 6 ), Column( 7 ), Column( 8 ) ) );

    Stokes Stokes
    Discussions |
    Oct 12, 2022 12:44 PM
    1802 views | 3 replies
  • Bookmark groups for Projects

    In JMP 15 I made a project that contained several bookmark groups.   It was a decision tree.   It would ask the person a question, then if they said yes, it would open another bookmark group with scripts in it, if they answered no, it would open another bookmark group with another set of scripts.  In JMP 15 you just archived your entire project and you could send the entire thing over.   In JMP 16...

    lisamaley lisamaley
    Discussions |
    Oct 11, 2022 3:03 PM
    1744 views | 2 replies
  • JMP > Multivariate Analysis > Correlation> How to Handle Large Datasets?

    Hi JMP Community, I need to assess the correlation between ~10,500 biomarkers measured in 150 patients at baseline. I tried a simple JSL script based on the fit Y by X and the Multivariate Correlation platform. Both approaches take a long time to compute on my machine (Windows 10 Pro, Intel i-7 2.50 GHz, 32 GB RAM, JMP 16). Is there a faster approach to generate and retrieve Pearson's r and associ...

    Thierry_S Thierry_S
    Discussions |
    Oct 10, 2022 12:58 PM
    2240 views | 5 replies
  • How to solve program errors——Limit Column Detect( 1 )

    我的程序本来是正常的,只是花费时间比较大多,大概两分钟运行时间。为了节省时间,我将Limit Column Detect( 0 )改为Limit Column Detect( 1 ),程序就出错了,算的值和原来不一样,请问如何避免。

    lehaofeng lehaofeng
    Discussions |
    Oct 10, 2022 11:00 AM
    3317 views | 5 replies
  • JMP12 vs JMP14 close command while saving

    Hello, I've recently moved to JMP14 and have some scripts that stop working due to "invalid argument in access or evaluation of 'Close'". Basically in JMP12 if I wanted to close table ABC and save it as a csv file, I'd use the following command:close(data table ("ABC") << save("\C:\Temp\ABC.csv"));In JMP14, I cannot do this anymore. Does anyone know what would be the equivalent to this command in ...

    godfeatha godfeatha
    Discussions |
    Oct 10, 2022 8:31 AM
    1449 views | 2 replies

Latest Discussions

  • JMP12 vs JMP14 close command while saving

    Hello, I've recently moved to JMP14 and have some scripts that stop working due to "invalid argument in access or evaluation of 'Close'". Basically in JMP12 if I wanted to close table ABC and save it as a csv file, I'd use the following command:close(data table ("ABC") << save("\C:\Temp\ABC.csv"));In JMP14, I cannot do this anymore. Does anyone know what would be the equivalent to this command in ...

    godfeatha godfeatha
    Discussions |
    Oct 10, 2022 8:31 AM
    1449 views | 2 replies
  • How can use a script to match data directly from a matrix?

    For example: Get the memory matrix ar with the following script.
    How do match data directly from a matrix with a script?
    Achieve something like this:dt<<Update(With(d2),Match Columns(age=age));Thanks!

    lala lala
    Discussions |
    Oct 9, 2022 9:59 PM
    1082 views | 1 replies
  • NotePad++ userdefined language

    Does anyone has a BKM how to setup Userdefined Language in Notepad++ for JSL? I found an old thread from 2015. but seems like does not work anymore with new Notepad++.

    wencun6 wencun6
    Discussions |
    Oct 6, 2022 5:38 AM
    1325 views | 1 replies
  • Collapsing Table Variables/Scripts from Data Box

    Is there a way to collapse Table Variables/Scripts from Data Box / change height of Columns list to hide it? Or is there any other way of getting column listing from data table with same functionalities?  What I have: What I would like to have:   Names Default To Here(1); dt = Open("$SAMPLE_DATA/Big Class.jmp", invisible); New Window("Big Class", H List Box( lb = List Box(dt << Get Column Na...

    jthi jthi
    Discussions |
    Sep 14, 2022 6:44 AM
    1276 views | 2 replies
  • Is Missing command- Scrippting

    In this example, ;"Sum of A+B+C" calculates sum of :A + :B + :C in each row with this formula: If( Is Missing( :A ), 0, :A ) + If( Is Missing( :B ), 0, :B ) + If( Is Missing( :C ), 0, :C )If I change the specific column names to with column number, the script is not working anymore and generates an error If( Is Missing( Column( 1 ) ), 0, Column( 1 ) ) + If( Is Missing( Column( 2 ) ), 0, Column( 2 ...

    GroupSquareWolf GroupSquareWolf
    Discussions |
    Sep 13, 2022 7:54 PM
    1844 views | 4 replies

Latest Discussions

  • Model classification thresholds add-in display "negative" probability

    Hi, I've been looking at this add-in which is very useful.https://community.jmp.com/t5/JMP-Add-Ins/Exploring-Model-Classification-Thresholds/ta-p/66964 In our case we don't have a probability but instead we have a status and a measurement that ranges between -10 and 10.I want to adapt the script so that the slider can move between -10 and 10 (I've already done it and it works). However the "Probab...

    Agustin Agustin
    Discussions |
    Sep 13, 2022 6:43 AM
    713 views | 0 replies
  • JSL Script Creates New Taskbar Icon When Run

    Hi All, I have what seems to be an odd problem. I've created a JSL script that launches a window through which a user can select some options and then run scripts to pull data from various sources. The odd thing that is happening is that when one of these scripts is run it causes all subsequent JMP windows to open under a new taskbar icon. An example for clarity: 1) User opens jmp. There is 1 icon...

    jbakri jbakri
    Discussions |
    Aug 1, 2022 12:32 PM
    1247 views | 0 replies
  • SUR (Seemingly Unrelated Regressions)

    HI, How to find estimators of FGNLS and NLS (Seemingly Unrelated Regressions) Using JmpPro.# Note that it is present in SAS in the proc syslin
    and it is in stat in the nlsur command Regards

    Raaed Raaed
    Discussions |
    May 5, 2022 4:45 PM
    934 views | 0 replies
  • How do I apply time fixed effects with multiple regression

    I have financial panel data and would like to hold dummy time variables fixed as I regress the other independent variables to test my model's significance. Not sure how to proceed. Is this function only available in SAS? Thanks   

    RiDe RiDe
    Discussions |
    Jan 10, 2022 11:18 PM
    815 views | 0 replies
  • Projects Window List in JMP 15 for Mac -- Reorder?

    I'm trying to use JMP projects more with the promise of re-using graphs and analyses on new sets of similar data. I'm using the Window List in the UL as a kind of 'table of contents' that I can click into to see/show my findings for various analyses.  There is a flow to the findings which I'd like to order in that Window List.  Is this possible? I can't click and drag an entry for a window up or d...

    datanaut datanaut
    Discussions |
    Aug 16, 2021 6:38 AM
    720 views | 0 replies
view all discussions