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 show reference line labels in Normal Quantile Plot (JMP 16)?

    This question is about the Normal Quantile Plot in JMP 16.Is it possible to show reference line labels on the primary Y-axis (Label Position: Outside, Label Axis Side: Same)?Here is what I have done:Sample data file: Big Class.jmpAnalyze > Fit Y by XY, Response: weightX, factor: sexIn the resulting Normal Quantile Plot I removed Y-axis Grid Lines and Labels, and attempted to replace them with my o...

    Rondin1989 Rondin1989
    Discussions |
    Aug 2, 2022 12:27 AM
    2665 views | 3 replies
  • extract a particular sting

    Hi,  I want to extract the bin values from the rows and store in the list. For example- BIN = "B" 8 "Bad Bump" -> I want to extract letter "B" from the string  and store in the listBIN = "P" 6153 "PCM"  -> I want to extract letter "P" from the string and store in the list and likewise for all the rows containing bin Here is what I tried so far. It only extracts the row 13Names Default To Here( 1 )...

    Jackie_ Jackie_
    Discussions |
    Aug 1, 2022 10:50 AM
    2048 views | 4 replies
  • Method to prevent "Do you want to save" message?

    Hi.  I'm wondering if there is a way I can prevent the "Do you want to save..." message when a table is closed?  That is, this message:Why?  Because I want to allow the user to make changes to the table, but I want to force them to save as a csv because we have other apps that require csv format.  To do this, I'm adding an " << On Close" script: Names Default To Here(1); dt = Open("$SAMPLE_DATA/Bi...

    nikles nikles
    Discussions |
    Jul 29, 2022 12:06 PM
    2825 views | 6 replies
  • Calculating Yield using Tabulate

    Hi all, I'm currently trying to write a script that will automatically calculate yields of tests across temperatures. I've replaced all "Pass" with 1's and "Fail" with a 0 throughout the table then calculated the sum. Below is my current Tabulate window and the code for this. My goal is to have a third column for each temperature with the yield which is  = ((Sum at Temp)/(N at Temp)) x 100. I'm ha...

    MichaelO MichaelO
    Discussions |
    Jul 29, 2022 11:01 AM
    2823 views | 3 replies
  • TextBox Markup Get Plain Text

    Does anyone know of a way to get the plain-text of a TextBox that has markup text applied?  For instance, in the below example I'd like to get the text "This is bold text. This is italic text. This is underlined text. This is bold, italic, underlined text." from the box (without the markup directives). I have a system that creates logs at the bottom of some apps that supports markup (for bold and ...

    ErraticAttack ErraticAttack
    Discussions |
    Jul 29, 2022 10:36 AM
    1518 views | 2 replies

Latest Discussions

  • How to show reference line labels in Normal Quantile Plot (JMP 16)?

    This question is about the Normal Quantile Plot in JMP 16.Is it possible to show reference line labels on the primary Y-axis (Label Position: Outside, Label Axis Side: Same)?Here is what I have done:Sample data file: Big Class.jmpAnalyze > Fit Y by XY, Response: weightX, factor: sexIn the resulting Normal Quantile Plot I removed Y-axis Grid Lines and Labels, and attempted to replace them with my o...

    Rondin1989 Rondin1989
    Discussions |
    Aug 2, 2022 12:27 AM
    2665 views | 3 replies
  • Method to prevent "Do you want to save" message?

    Hi.  I'm wondering if there is a way I can prevent the "Do you want to save..." message when a table is closed?  That is, this message:Why?  Because I want to allow the user to make changes to the table, but I want to force them to save as a csv because we have other apps that require csv format.  To do this, I'm adding an " << On Close" script: Names Default To Here(1); dt = Open("$SAMPLE_DATA/Bi...

    nikles nikles
    Discussions |
    Jul 29, 2022 12:06 PM
    2825 views | 6 replies
  • Multi-process DoE

    Hello,I am hoping to get some advice on designing an experiment. I have a process that has 4 steps sequentially. Step A comes first, then step B, then C and finally D. Response is measured at the completion of step 4. Each step has two factors, each with two levels.I need to model the response as a function of all the 8 factors, taking into account all two-way interactions. I like to make sure no ...

    MarkovVaribles1 MarkovVaribles1
    Discussions |
    Jul 26, 2022 7:48 AM
    1692 views | 3 replies
  • How do extract parts of a binary file and evaluate them separately?

    Hello! For example this file with this script can get the first data is a date.
    How do I use a script to extract this "A2 3F 32 01"
    and use a script to calculate its corresponding decimal value= 20070306 Thanks! 

    lala lala
    Discussions |
    Jul 21, 2022 1:30 AM
    3672 views | 8 replies
  • Making Bezier Curves using SVG Path Strings

    I have two SVG Paths which are constructed in the same way.  a = "M 10 60 C 20 80 40 80 50 60"; b = "M 0 -150 C 82.8 -150 150 -82.8 150 0";A quick Plot of 'a' shows the following arc New Window( "JMP 8PFU Layout Example", Graph Box( frameSize( 500, 500 ), xScale(-175,175), yScale(-175,175), penColor("blue"); penSize(2); path(a, 0); ); );However when I try to plot 'b' I get an error ...

    thickey thickey
    Discussions |
    Jul 19, 2022 4:06 AM
    3561 views | 6 replies

Latest Discussions

  • 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
    931 views | 0 replies
  • Friedman post hoc analysis

    Hello, I am trying to do a matched sample analysis across three different factors. I wanted to:1. Confirm that my sample would be what I pick for 'Block" when I do Fit Y by X when running Friedman's test2. Is there a post hoc analysis in JMP that I can use? I dont see Nemenyi or Conover as an optionThanks for your time.  

    pnakashe pnakashe
    Discussions |
    May 5, 2022 12:02 PM
    1133 views | 0 replies
  • JMP script: Script Alarm Control chart- Table with atypical batch number and values

    Hello everyone,I am trying to make a table with the OOT (out of Trend) batches with their respective "atypical" values.I used for that the "script alarm" function as I could found some exemples on the JMP community. Here is my script:  z_KSigmaZ =1.4; // Création de la Carte de controle si N catégories > 5 Names Default To Here( 1 ); If(N Items(Associative Array(:"RNS/NS tordu (srg)")) > 5, Gr...

    Sebastienlg Sebastienlg
    Discussions |
    Apr 29, 2022 6:29 AM
    812 views | 0 replies
  • Error When Trying to Create User to Access the JMP Virtual Lab

    While taking the Exploratory Data Analysis module, it is time to practice. However, when trying to access the JMP Virtual Lab, I cannot get past the "Create User" option.  JMP VIRTUAL LABTo use the Virtual Lab, please select the Create User link below. If you would prefer to use software on your own machine, please select the Download Data link below.
    Create User Download Course Data Clicking the C...

    TielsForTheWin TielsForTheWin
    Discussions |
    Apr 14, 2022 10:48 AM
    938 views | 0 replies
  • Setting Guardbands on Test Limits Using EMP

    Hello. I am trying to use the EMP tool to help set guardbands to my test limits based on my gauge R and R data from a final test machine.I used 10 devices and measured these devices 5 times each, across 5 different test sites on the machine.I need to know how much to guardband my Upper and Lower specs. I am having trouble understanding how to apply the data in the EMP report. I feel like this is a...

    Jbritsch04 Jbritsch04
    Discussions |
    Feb 2, 2022 8:49 AM
    907 views | 0 replies
view all discussions