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

  • How to read-in singular lines of a txt file and pull data from that file

    The goal of my code is with each iteration of a for loop it will read in a singular line from a txt file, put that data into a variable, and put that variable into a line of code that will pull data from a database.I have a matlab code that pulls data from an excel sheet and trims the data into a certain number of characters and puts it into a txt file. I can easily change the matlab code to outpu...

    masonlee98 masonlee98
    Discussions |
    Jul 24, 2018 10:11 AM
    3945 views | 2 replies
  • Using RunProgram to start cmd.exe and execute commands

    I want to use RunProgram to run an executable like notepad.exe through cmd.exe.The below will return the correct directory but when I add another command to the options list "notepad.exe" I get an error that the system cannot find the path specified.cmd1 = "/k cd /d " || "C:\Windows\System32"; RP = RunProgram( Executable( "CMD.EXE"), Options( {cmd1} ), ReadFunction("text") );I have also seen t...

    MarcB MarcB
    Discussions |
    Jul 24, 2018 7:24 AM
    8679 views | 2 replies
  • A speedy way to create a table of Rsquared values

    I have a script which finds the Rsquared value for one parameter versus many parameters.  Once in a table it's simple to sort for the best values.  It has worked very well over the years but when I try to push it to find the value for tens of thousands or more parameters it takes a very long time.  I wondered if anyone knows a fast way in JSL to do this. Things I have tried but all take too long:1...

    pcarroll1 pcarroll1
    Discussions |
    Jul 24, 2018 7:22 AM
    13321 views | 8 replies
  • How do I make a map shape?

    My data as below:LineStart_XStart_YEnd_XEnd_YRoad widthLine100052Line2055112 We would like to make a map shape(Name.jmp and XY.jmp) like the Red frame in following picture.How do I deal with those end point with script? The line could be in any direction. Any advice will be helpful, thanks.       

    Benson Benson
    Discussions |
    Jul 24, 2018 7:10 AM
    8970 views | 6 replies
  • Select multiple local max and min and label in a new column

    Hello, I have a time-temperature table. There are 6 opeations cycles in the table, and in each cycle, there are mutiple peaks of temperature. I need to find all local max values (peaks) and all local minimums (drops) within each cycle, and label them as cycle1-Peak1, cycle1-Drop1,cycle1-Peak2, cycle1-Drop2......cycle2-Peak1, cycle 2-Drop1....... Does anyone how to do that?  

    Kevin Kevin
    Discussions |
    Jul 23, 2018 2:48 PM
    3448 views | 1 replies

Latest Discussions

  • How to read-in singular lines of a txt file and pull data from that file

    The goal of my code is with each iteration of a for loop it will read in a singular line from a txt file, put that data into a variable, and put that variable into a line of code that will pull data from a database.I have a matlab code that pulls data from an excel sheet and trims the data into a certain number of characters and puts it into a txt file. I can easily change the matlab code to outpu...

    masonlee98 masonlee98
    Discussions |
    Jul 24, 2018 10:11 AM
    3945 views | 2 replies
  • Select multiple local max and min and label in a new column

    Hello, I have a time-temperature table. There are 6 opeations cycles in the table, and in each cycle, there are mutiple peaks of temperature. I need to find all local max values (peaks) and all local minimums (drops) within each cycle, and label them as cycle1-Peak1, cycle1-Drop1,cycle1-Peak2, cycle1-Drop2......cycle2-Peak1, cycle 2-Drop1....... Does anyone how to do that?  

    Kevin Kevin
    Discussions |
    Jul 23, 2018 2:48 PM
    3448 views | 1 replies
  • SVM

    Hi, I am trying to use SVM on my data. I have found an ADDin but dont know how I should get the R-code. I follow all the steps in the video but dont understand from where R-code is coming ( step no.8) can any one help? would the R--code be the same for any type of data? I have R installed on my computer. https://community.jmp.com/t5/JMP-Add-Ins/The-JMP-to-R-Add-In-Builder/ta-p/43879 thanks

    Alma1 Alma1
    Discussions |
    Jul 20, 2018 8:14 AM
    14494 views | 14 replies
  • Determine significance of difference between percent differences

    I have four sets of data from two experiments: one set of "before" measurements and one set of "after" measurements for each experiment. For each experiment, I have calculated a percent difference between the mean of "before" data and the mean of "after" data. I would like to know if the difference between the percent difference calculated for Experiment 1 and the percent difference calculated for...

    ryandgus ryandgus
    Discussions |
    Jul 20, 2018 12:23 AM
    8132 views | 2 replies
  • http Request with authentication using windows identity

    I'm using JMP 13.0.0.  I'm currently using the function Load Text File (url) in order to retrieve JSON data from a web api running on my company's intranet.  The server requires authentication against our windows active directory.  Currently, a dialog pops up requesting credentials, and I can manually type in credentials when prompted, but I want my script to run without that manual intervention. ...

    BioData41 BioData41
    Discussions |
    Jul 18, 2018 1:01 PM
    3339 views | 1 replies

Latest Discussions

  • repeated-measures ANCOVA: How to perform the analysis when the parallel slope assumpt. doesn't meet?

    Hi all,I need to perform the ANCOVA for a repeated-measures design. I tried to adapt the Julian's ANCOVA procedure showed on the https://www.youtube.com/watch?v=mApbp1RDy-U to my study case (repeated-measures design). Initially, I did the following actions: 1. In the Fit Y by X dialogue: I selected VAR_Y as "Y, Response" and VAR_X as "X, Factor";2. For "Group by" I selected the variable Timepoint;...

    Reinaldo Reinaldo
    Discussions |
    Jun 18, 2018 6:31 AM
    3430 views | 0 replies
  • Time Series - Prewhiten

    Hello Everyone, My question pertains to understanding what the terminology in JMP's prewhiten platform means.Also, understanding how that helps me determine an appropriate Transfer Function that I can use to test whether x causes y. JMP's prewhiten output shows three different ACF's labeled "Prewhiten Corr", "Noise AutoCorr", & "Noise Partial AutoCorr".
    What is the Prewhiten Corr, Noise AutoCorr, &...

    nopon649 nopon649
    Discussions |
    Jun 7, 2018 11:10 PM
    2462 views | 0 replies
  • Fit Spline By Group: Save Spline Coefficients to Column?

    Hi all--having an issue.  I am using Fit Y by X to fit 5,000 separate regressions.  I hold control, select red drop-down arrow, and Fit->Flexible, Fit->Spline and select, say, 0.1.   This fits a spline to all 5,000 graphs with lambda of 0.1.  I have 28 X values in each of 5,000 graphs, and I understand there are 4 different spline coefficients (A, B, C, D).  I understand if I just had 1 regression...

    M0gAl0g M0gAl0g
    Discussions |
    Jun 5, 2018 3:19 PM
    3023 views | 0 replies
  • Why does Profiler not stop

    All, 
         I have a script I am trying to profile and improve on. When I run the script without the profiler, it runs and ends within 4 minutes. When I try to profile the script, even after a good 5-6 minutes, it does not stop. Wondering why this is happening and if there is a way to use profiler and not run into this.      I am using JMP 13.   

    uday_guntupalli uday_guntupalli
    Discussions |
    Apr 27, 2018 7:12 AM
    1842 views | 0 replies
  • P value, L-R Chi Square, Prob Chi Square in Choice results

    Hello everybodyI am going to undrestand the P value, L-R Chi Square, Prob Chi Square in Choice results. But different interpretations of these values can be found in the web. It seems that the true interpretation is related to null hypothesis and confidence intervel.The results of the study are as the attached pictures.Could any body inform me what exactly these statistics are saying and base on w...

    aryasohrabi aryasohrabi
    Discussions |
    Mar 17, 2018 2:22 AM
    3984 views | 0 replies
view all discussions