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

  • Find words within a column and relace it with with blank

    Hello JMP community, I want to remove ppm. from column 9 and store only numbers in column 10.Can you please suggest any way to perform this task?  Many thanks,  

    chandankishor66 chandankishor66
    Discussions |
    Nov 14, 2022 12:03 PM
    1950 views | 4 replies
  • Looking to bypass or accept duplicate files

    I'm currently writing code to pull the files with the same ending into one concatenated file. I'm noticing that when it gets to a duplicate file, the code breaks. Is there a way I could code this to accept the duplicate file as well? I know it may be as simple as renaming the file, but I wanted to reach out for answers first.      If( N Items(lotFiles) == 1, CalibrationTable = lotFiles[1], N Ite...

    BTeague BTeague
    Discussions |
    Nov 14, 2022 6:01 AM
    1405 views | 2 replies
  • DoE - testing parameters from different process stages

    Hello, A DoE has been performed on a process. The process included step A, step B, step C and step D. The DoE tested two parameters from step B and two parameters from step C in one single design. All parameters were continuous. I am wondering if next time it would not be better to do 2 separate DoEs: one on step B and one on step C. Is there any principle in DoE that says that one should avoid mi...

    cbaril cbaril
    Discussions |
    Nov 14, 2022 2:22 AM
    1711 views | 3 replies
  • Error tracing: JMP tries to "help"

    JMP helps the user to "trace" errors in JSL code: It doesn't indicate the line of code where the error "happens".
    It tries to find out where the actual error is in the code and shows this line.In the below example, the error message just shows up if line 6 is uncommented --> error "happens"  in line 6.
    But the erroneous code (Graph Bulder without "i") is in line 4.And JMP, indeed mentions line 4 -> ...

    hogi hogi
    Discussions |
    Nov 13, 2022 6:38 AM
    1511 views | 1 replies
  • Regex Issure with Decimals and Whole Numbers

    Hello! Using JMP 16.2: I have a column with whole numbers and decimal numbers. I want to create a new column that flags the whole numbers (or the decimals).  Column Name: ValueColumn Inputs:0.533.76810etc. I have tried several versions of the following Regex using a column formula:Regex(Value,"\d+\,\d+", "Decimal")Regex(Char(Value),"\d+\,\d+", "Decimal")I have also tried parentheses and brackets t...

    Maerawlings Maerawlings
    Discussions |
    Nov 11, 2022 10:11 AM
    2563 views | 3 replies

Latest Discussions

  • Error tracing: JMP tries to "help"

    JMP helps the user to "trace" errors in JSL code: It doesn't indicate the line of code where the error "happens".
    It tries to find out where the actual error is in the code and shows this line.In the below example, the error message just shows up if line 6 is uncommented --> error "happens"  in line 6.
    But the erroneous code (Graph Bulder without "i") is in line 4.And JMP, indeed mentions line 4 -> ...

    hogi hogi
    Discussions |
    Nov 13, 2022 6:38 AM
    1511 views | 1 replies
  • Regex Issure with Decimals and Whole Numbers

    Hello! Using JMP 16.2: I have a column with whole numbers and decimal numbers. I want to create a new column that flags the whole numbers (or the decimals).  Column Name: ValueColumn Inputs:0.533.76810etc. I have tried several versions of the following Regex using a column formula:Regex(Value,"\d+\,\d+", "Decimal")Regex(Char(Value),"\d+\,\d+", "Decimal")I have also tried parentheses and brackets t...

    Maerawlings Maerawlings
    Discussions |
    Nov 11, 2022 10:11 AM
    2563 views | 3 replies
  • GR&R method used by JMP

    HiI would like to know the details of the GR&R method used by JMP. I have tried to replicate the JMP's results by writing a simple code in Python. I am assuming JMP is using ANOVA method (https://www.spcforexcel.com/knowledge/measurement-systems-analysis/anova-gage-rr-part-1) but, I never get the same results as JMP calculations. Could someone direct me to the related JMP documentation? Thank you

    LoglinearRange8 LoglinearRange8
    Discussions |
    Nov 10, 2022 10:17 AM
    1950 views | 2 replies
  • Control Charts with Nelson rule n°3

    Hello everyone,  I hope you are doing well. I have a question about the control chart concerning the Nelson rule n°3 when there is a phase in the control chart.Is there any way for the Nelson rule n°3 to be activate even there is a break with the phases of the control chart (see screenshot)?In fact there are more than 9 points in a row that are upper the mean and the Nelson rule n°3 is not activat...

    PersuasionCamel PersuasionCamel
    Discussions |
    Nov 9, 2022 6:41 AM
    2892 views | 4 replies
  • Variance Component Analysis

     I want to make Var Comp Analysis The random factors areOperator, Day, Plate, ReplicateBalanced Nested DesignI want to make displays of how Variance can occupy within the Total Variance (It is the principle of Var Comp Analysis, Right?) So I made the figure top of this post.1. sigma operator makes O1 and O2 scatter2. When O1 and O2 are fixed, they respectively has their Day distribution,3. When D1...

    MikeKim MikeKim
    Discussions |
    Nov 9, 2022 6:30 AM
    4352 views | 6 replies

Latest Discussions

  • JMP 17 Trial - windows server not supported

    Dear members of the forum, I have just came across this issue during an attempt to install JMP 17 trial version on a windows server. Any ideas?         Edit: I contacted JMP support and they confirm that the trial version will not work on windows server.

    ron_horne ron_horne
    Discussions |
    Nov 1, 2022 2:20 PM
    1366 views | 0 replies
  • 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
    708 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
    932 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
    1137 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
    815 views | 0 replies
view all discussions