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 do I get the returned variable of my function to be assigned to my new variable?

    I have created and tested a function called JoinTables. This function will return a data table. I would like the returned datatable to be assigned to the dtSlopeTable variable.   dtSlopeTable = JoinTables(dataTableList, columnGroup); When I run this, the output table is created with the desired content but it is not associated with the variable name "dtSlopeTable". When I check the value of dtSlo...

    Kelly Kelly
    Discussions |
    Nov 4, 2019 6:56 PM
    2239 views | 1 replies
  • CVS files with date columns open as characters

    Hi all,Many times I open a csv file that has a column that contains dates. Every once in a while when I a csv file, JMP opens it as a charcter. When I try to converrt it to date, I the vast majority of the rows for that comlumn are erased (null). Any idea why this is happening? Thanks in advance!

    godfeatha godfeatha
    Discussions |
    Nov 4, 2019 4:54 PM
    15384 views | 11 replies
  • How to Remove a Distribution Comparison?

    Hi.  I'd like to know if there's a way to remove a "Compare Distributions" from an existing Distribution platform output using JSL.  For example: Names Default To Here(1); dt = Open("$SAMPLE_DATA/Big Class.jmp"); obj = Distribution( Column(:Height, :Weight), Fit Distribution("All") ); //These are things I've tried to remove the CmpDist for the Height Distribution, but did not work: obj[1] << Re...

    nikles nikles
    Discussions |
    Nov 4, 2019 12:53 PM
    3211 views | 2 replies
  • Issue: How to open a JMP Journal created in JMP 14 using JMP 13

    I am getting a file open error "JMP 13 has incomplete support for this JMP 14 journal" when trying to open a JMP journal file created in JMP 14 using version 13 of JMP software. Please help - thanks The JMP journal trying to open is part of the online coarse "Statistical Thinking for Industrial Problem Solving" downlaoded from JMP website.

    tajrida tajrida
    Discussions |
    Nov 4, 2019 9:21 AM
    2656 views | 1 replies
  • How to return AUC for a column as a single value (not a graph)?

    I can use the following to generate an ROC curve which contains the AUC value.     Names Default To Here( 1 ); Open( "RESULTS.jmp" ); Logistic( Y( :IsDef ), X( :Interest ), Positive Level( 0 ), ROC Curve );     This generates a graphical curve. I have a table with 80 columns and I want to calculate the AUC value for each column and simply return each as a numerical value. I don't want to generate ...

    marcstein marcstein
    Discussions |
    Nov 3, 2019 7:06 AM
    3408 views | 4 replies

Latest Discussions

  • Dynamic Change of Y-Axis settings with data filter

    Hi,This is Balaji & basically i'm a quality engineer. Here is my situation:I have a raw dimensional data [In Stack format] for different dimensions from different plant & from different machines [1 plant will have multiple machines]I have made some box plot through graph builder to compare the process spread b/w diff. plants & diff. machines.In order to visualise the Specification limits along wit...

    maghizhbalaji maghizhbalaji
    Discussions |
    Nov 1, 2019 11:03 AM
    3132 views | 2 replies
  • JMP 15 Make Validation Column (with missing values) is not same as JMP 14 when using stratification volumns

    Just started using JMP 15 today. when I try JMP 15 make a validation column with stratification columns (some columns with missing values), New created Validation column would not recognize the missing value and only stratify rows no missing values. but JMP 14 didn't have this kind of result, it stratified the columns just by percentage even with missing values. My question is: is there any way I ...

    lucy_luo_conoco lucy_luo_conoco
    Discussions |
    Nov 1, 2019 7:33 AM
    4482 views | 6 replies
  • Is modeling ratios as continuous variables a right approach?

    Dear Fellow JMP Users: I greatly appreciate your thoughts/opinions on below listed case from an academic research. Say a DOE has been executed to screen a pharmaceutical formulation composition (using materials- ‘A’, ‘B’, ‘C’, and ‘D’), with three factors (details below). Factor 1 includes the ratio of two materials—‘A’ and ‘B’—at two levels. Total number of runs were 12.Factor 1 => Two levels (A:...

    bpvinjamuri bpvinjamuri
    Discussions |
    Nov 1, 2019 7:12 AM
    3681 views | 3 replies
  • How can I run a .py python script and python scripts compiled as .exe from JMP

    Hello,  So I've written a JMP UI, and once I gather data from the user I have a button that dumps the form data to a CSV.Now I need to launch my python script and other .exe  (as an administrator), my python scripts pick up the user input from the CSV and perform the next steps.Right now it's a .py but I may need to run it through py2exe and compile it into an exe later so a solution that supports...

    xxvvcczz xxvvcczz
    Discussions |
    Oct 30, 2019 6:44 PM
    2077 views | 0 replies
  • Error importing Excel 97-2003 files

    Dear JMP Community,   (Windows 10 Enterprise, 64-bit, JMP 14.0.0 and JMP Pro 14.1.0.)   I have hundreds of Excel files that I need to import into JMP using JSL and have a successful code to dot hat, until I came across this problem when running the code on the hundreds of files I have. The code works for the first 542 files, but stops on the 543rd. JMP Alert window:There was an error opening the f...

    SDF1 SDF1
    Discussions |
    Oct 30, 2019 6:44 AM
    2905 views | 2 replies

Latest Discussions

  • How can I run a .py python script and python scripts compiled as .exe from JMP

    Hello,  So I've written a JMP UI, and once I gather data from the user I have a button that dumps the form data to a CSV.Now I need to launch my python script and other .exe  (as an administrator), my python scripts pick up the user input from the CSV and perform the next steps.Right now it's a .py but I may need to run it through py2exe and compile it into an exe later so a solution that supports...

    xxvvcczz xxvvcczz
    Discussions |
    Oct 30, 2019 6:44 PM
    2077 views | 0 replies
  • Analysis of covariance (ANCOVA) for Split plot Design

    Hi, I have a problem where I want to do ANCOVA and It is new for me.We have,Main plot data (2 treatments)Subplot data (10 treatments)Yield datawe want to add lodging (%) score as a covariate. How to do it? (I have seen some video tutorial from Youtube but its not easy to understand for me) Your cooperation will be highly appreciated.

    Harun-Or-Rashid Harun-Or-Rashid
    Discussions |
    Oct 29, 2019 9:03 PM
    1437 views | 0 replies
  • Send Expects Scriptable Object in access or evaluation of 'Send' Error

    I create a new window with variability chart, and put into journal. After that i want to save into pdf. But at the last line to save into PDF, it give me error like below. and nothing is saved into pdf. Need some advice which part i am doing wrong?  ErrorSend Expects Scriptable Object in access or evaluation of 'Send' , report_R235 << /*###*/SavePDF( "C:\LimTY\NXP\Product\Pegasus\Characterization\...

    OneNorthJMP OneNorthJMP
    Discussions |
    Oct 10, 2019 8:43 PM
    1432 views | 0 replies
  • How to Add Profit Matrix to Neural Net Confusion Matrix

    Hi all, I'm using a neural net to predict whether or not a customer will prefer to buy retail items at a markdown or if they are likely to buy full-price (i.e., "bargain buyers" vs. traditional shoppers). I'd like to incoporate the opportunity cost of a false positive (giving discounts to what would otherwise be a full-price shopper) using a profit matrix, but changing values on the matrix in the ...

    GhostBen GhostBen
    Discussions |
    Aug 5, 2019 8:00 PM
    1506 views | 0 replies
  • Capability Animation - How to see the LSL/USL Value?

    I just discovered this nifty tool called the Capability Animation, where you can play around, dragging the spec limits and mean shifts, and it simulates your capability indices. But, I cannot see the actual LSL/USL values as I drag them! Does anyone know how to make this happen?

    Antonio80 Antonio80
    Discussions |
    Jul 9, 2019 1:31 AM
    1478 views | 0 replies
view all discussions