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

  • Looping on Variability Chart - problem with referencing a list member instead of using its value explicitly

    HiI am looping on the Variability Chart to analyze different parameters, each represented by a column. The column names are stored in a list. Here is the code snippet tetser = {a list of 100 column names in string format};
    For( i = 1, i <= 100 , i++, Variability Chart( Y( tester[i]), Model( "Crossed" ), X( :Operators, :Parts ), Analysis Type( "Choose best analysis (EMS REML or Bayesian)"
    ...

    LoglinearRange8 LoglinearRange8
    Discussions |
    Dec 12, 2022 2:16 PM
    1154 views | 1 replies
  • Delimit text and create new row

    hey folks,I am using a previous example from the forum.My code works for the first part I am doing.When I add the value into the new row I want to increment machine by 1. So below  would like ABC_RC1,RC2,RC3... not sure how to do this part. machineoperationrecipenameData_ColumnABC_RC123456TEST[0.941279597;0.941279597;0.947636808]  Names Default To Here( 1 ); dt = Data Table( "Untitled 166"); dtOut...

    jearls11 jearls11
    Discussions |
    Dec 12, 2022 8:45 AM
    1724 views | 3 replies
  • Setting a specific column as subgroup ID in process screening platform

    In the process capability analysis launched within a distribution plot, you can select a column as the subgroup ID (to generate Ppk and Cpk appropriately) The process screening platform does not have this option. I believe it uses the standard subgroup sample size of N=2. This results in the Cpk and Ppk results not really being meaningful for my usage. I would like to know if there is a way to sel...

    ScatterJaguar23 ScatterJaguar23
    Discussions |
    Dec 12, 2022 12:53 AM
    1298 views | 1 replies
  • Subtract 1 hour from 00:00 time so that the Date could also be changed

    Hello JMP community,Is there any way to subtract 1 hour from 00:00 time so that the Date could also be converted to the previous data?  For example:        The input table is                                          Expected Output should be                       Any suggestions would be highly appreciated.Regards  

    chandankishor66 chandankishor66
    Discussions |
    Dec 11, 2022 5:02 AM
    1331 views | 1 replies
  • How to create column formula using a column name from a list

    Hi, I want to create a new column in the 2nd JMP table with a formula that simply sums the Columns contain in the list (in the code I've assigned column name to binss.
    For Ex: The list contains Column names "39","41","43". I want to create a new Column in the Soft Bin Summary table with addition of all these in the formula 
    I can't figure out what I'm doing wrong in going from the list {""} of colum...

    Jackie_ Jackie_
    Discussions |
    Dec 10, 2022 8:03 AM
    5306 views | 10 replies

Latest Discussions

  • Looping on Variability Chart - problem with referencing a list member instead of using its value explicitly

    HiI am looping on the Variability Chart to analyze different parameters, each represented by a column. The column names are stored in a list. Here is the code snippet tetser = {a list of 100 column names in string format};
    For( i = 1, i <= 100 , i++, Variability Chart( Y( tester[i]), Model( "Crossed" ), X( :Operators, :Parts ), Analysis Type( "Choose best analysis (EMS REML or Bayesian)"
    ...

    LoglinearRange8 LoglinearRange8
    Discussions |
    Dec 12, 2022 2:16 PM
    1154 views | 1 replies
  • Delimit text and create new row

    hey folks,I am using a previous example from the forum.My code works for the first part I am doing.When I add the value into the new row I want to increment machine by 1. So below  would like ABC_RC1,RC2,RC3... not sure how to do this part. machineoperationrecipenameData_ColumnABC_RC123456TEST[0.941279597;0.941279597;0.947636808]  Names Default To Here( 1 ); dt = Data Table( "Untitled 166"); dtOut...

    jearls11 jearls11
    Discussions |
    Dec 12, 2022 8:45 AM
    1724 views | 3 replies
  • Setting a specific column as subgroup ID in process screening platform

    In the process capability analysis launched within a distribution plot, you can select a column as the subgroup ID (to generate Ppk and Cpk appropriately) The process screening platform does not have this option. I believe it uses the standard subgroup sample size of N=2. This results in the Cpk and Ppk results not really being meaningful for my usage. I would like to know if there is a way to sel...

    ScatterJaguar23 ScatterJaguar23
    Discussions |
    Dec 12, 2022 12:53 AM
    1298 views | 1 replies
  • Subtract 1 hour from 00:00 time so that the Date could also be changed

    Hello JMP community,Is there any way to subtract 1 hour from 00:00 time so that the Date could also be converted to the previous data?  For example:        The input table is                                          Expected Output should be                       Any suggestions would be highly appreciated.Regards  

    chandankishor66 chandankishor66
    Discussions |
    Dec 11, 2022 5:02 AM
    1331 views | 1 replies
  • How to import already created validation column in JMP?

    I have a dataset in which training and validation data points are already defined. First N rows are training data and remaining are validation data. Data set in Excel file.Now, how to use already created validation column (in Excel) while performing some analysis in JMP (e.g. neural nets).

    abhinavsharma91 abhinavsharma91
    Discussions |
    Dec 9, 2022 7:39 AM
    1059 views | 1 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
    1361 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
    705 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
    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
    815 views | 0 replies
view all discussions