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

  • Full Outer Join of Two Tables by Timestamp within 5 Minutes of Each Other

    I have two tables that I want to join by a timestamp, however, the timestamps are not recorded at the exact same time. Therefore, I wish to join any timestamps that are within 5 minutes of each other. If the timestamp does not have a matching timestamp in the other table, I still wish to keep the row data. Is there an easy way to do this in JSL?

    twillkickers twillkickers
    Discussions |
    Jul 24, 2018 12:11 PM
    5482 views | 2 replies
  • Process Capability Spec Limit Setting

    Hi,  I have the attached JMP sheet that I'm trying to run process capability analysis for. The process has different specification limits for each "condition" but when I run the analysis it only allowed me to set one set of limits. Is there any way to set different limit for different conditions? Or I will have to break into multiple columns as "Performance@20", "Performance@40", etc..? Thanks,Gar...

    bgeaibreyi bgeaibreyi
    Discussions |
    Jul 24, 2018 10:35 AM
    30143 views | 11 replies
  • 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
    3946 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
    8685 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
    13323 views | 8 replies

Latest Discussions

  • Full Outer Join of Two Tables by Timestamp within 5 Minutes of Each Other

    I have two tables that I want to join by a timestamp, however, the timestamps are not recorded at the exact same time. Therefore, I wish to join any timestamps that are within 5 minutes of each other. If the timestamp does not have a matching timestamp in the other table, I still wish to keep the row data. Is there an easy way to do this in JSL?

    twillkickers twillkickers
    Discussions |
    Jul 24, 2018 12:11 PM
    5482 views | 2 replies
  • 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
    3946 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
    3449 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
    14499 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

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
    3433 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
    2465 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
    1845 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
    3986 views | 0 replies
view all discussions