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

  • Sum up the distances for each cycle

    Hello JMP Pros,  I have a question regarding my data. So I got a raw data file, which consists of 1 test, where the speed trace is repeated 3 times.My idea now is that I would like to get an idea of how the scatter of the distances are (just having in mind that different fluids have been used to create an effect).My idea was to separate the raw data into single test portions and compare these.For ...

    tbps tbps
    Discussions |
    Apr 13, 2022 1:51 PM
    1169 views | 1 replies
  • past col

    Hello, I would like to copy only the first 8 characters of the rows of the column Material Number  in the column 2.   

    NetflixCrow956 NetflixCrow956
    Discussions |
    Apr 13, 2022 9:42 AM
    1293 views | 2 replies
  • DateTime format issue

    Hi, I have datetime data always saved in format "day/month/year hour.minute" in a column in csv file. I want to calculate time interval, but JMP flips month and day, when reading the csv file and gives me 734,23 hours instead of less than 24 hours for attached data set. I have tried to set Input Format and Output Format, but it didn't help. Any ideas ? dtTime = Open( "DateTime.jmp" ); dtTime:Date...

    LiPav LiPav
    Discussions |
    Apr 13, 2022 8:07 AM
    1323 views | 2 replies
  • Questions about "Set Display Width" behavior in JMP 16.2.0

    In trying to set a column's display width in JSL using JMP 16.2.0 (MacOS), I'm seeing several issues that I didn't see with JMP 15. 1.  The Set Display Width function appears to operate in two modes, depending on how it's used.  If it's called with a hard-coded arg value, it seems to be permanent.col = Column("SN"); col << Set Display Width( 200 );However, if it's called with a var arg, it display...

    SteveTerry SteveTerry
    Discussions |
    Apr 12, 2022 10:43 AM
    2135 views | 3 replies
  • How to rename column of summary table?

    Hi all,

    I have one summary table and I would like to rename one or two columns of the summary table   My script is like below: ST_NEW = dt << Summary( Group( :prodgroup3, :link_id, :complevel_1, :test_or_bond_head_id, :bondstage ), Mean( :align_ratio_2 ) << Name( "align " ), Std Dev( :align_ratio_2 ), Output Table Name( "ST_NEW" ), ); I would like to rename circled columns to new names Could...

    PhamBao PhamBao
    Discussions |
    Apr 12, 2022 6:30 AM
    3140 views | 3 replies

Latest Discussions

  • How to rename column of summary table?

    Hi all,

    I have one summary table and I would like to rename one or two columns of the summary table   My script is like below: ST_NEW = dt << Summary( Group( :prodgroup3, :link_id, :complevel_1, :test_or_bond_head_id, :bondstage ), Mean( :align_ratio_2 ) << Name( "align " ), Std Dev( :align_ratio_2 ), Output Table Name( "ST_NEW" ), ); I would like to rename circled columns to new names Could...

    PhamBao PhamBao
    Discussions |
    Apr 12, 2022 6:30 AM
    3140 views | 3 replies
  • CPK analysis based on subgroup - s-chart & R-chart

    Hello Experts, I'm doing some Cpk calculation method validation for our process versus AIAG guidelines.Some background, I initially run 300 samples to setup a baseline using JMP - Cpk calculated is using I-MR (based on capability analysis at distribution).Our production line is using x-bar & R-chart for n=10 for 14 batches (with 1 batch outlier).Means, our production sample 10 measurement for each...

    WebDesignesCrow WebDesignesCrow
    Discussions |
    Apr 12, 2022 6:08 AM
    2487 views | 1 replies
  • DOE Question - Too Few Degrees of Freedom

    I am very new to the JMP community - just got my account up and running the other day.  I am running an experiment and I wish to see the effects of the main factors and all two-level interactions. I am using an L27 Taguchi array to account for four 3-level factors with three responses per row/per trial. I left some columns blank to make room for the two-level interactions. However, what I don't un...

    CentroidRabbit1 CentroidRabbit1
    Discussions |
    Apr 11, 2022 3:15 PM
    5834 views | 9 replies
  • Prediction Profiler's Simulator Question - How to changing the P-Value

    Greetings, I am trying to use the JMP's prediction profiler's Simulator to run a MonteCarlo simulation using a data-set that I have. After setting up the simulator and specifying the random factors and their corresponding SD values, I can see the simulation output - no problem there. However, I noticed that the simulator is applying +-2 Sigma (95% confidence interval) to the factors to run the mon...

    Radian2022 Radian2022
    Discussions |
    Apr 11, 2022 11:16 AM
    1726 views | 3 replies
  • Help: JMP Script: Coefficient calculation based on a column switcher selection

    Hello everyone,I need some help in order to adapt my P' chart of Laney for events. Below is my code: Firstly, I need to determine a z_KSigmaZ coefficient based on the Y1 column with these lines: z_yyy = Eval( {: "Y1" } ); z_xx = z_yyy[1] << get values; z_nnn = Eval( {:Nombre de seringues} ); z_nn = z_nnn[1] << get values; z_rrr = Eval( {:Numéro de lot} ); z_Proportion = E Div( z_xx, z_nn ); z_Pba...

    Sebastienlg Sebastienlg
    Discussions |
    Apr 11, 2022 1:07 AM
    1286 views | 3 replies

Latest Discussions

  • 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
  • JMP > GraphBuilder > Parallel Plots >River / Sankey Plots > Maximum Items?

    Hi JMP Community,   I just came across an odd behavior in GraphBuilder with the Parallel Plot > Sankey Plot. If I limit the input to a maximum of 66 rows, the plot looks good. However, if I bump the number of rows to 67 or more,the output is no longer useful: no annotations: Is there a trick to maintain the axis annotations as shown in the first plot? Thanks. Best, TS

    Thierry_S Thierry_S
    Discussions |
    Dec 9, 2021 3:30 PM
    3236 views | 0 replies
  • Permutation Tests and Monte Carlo Cross Validations Using the Simulation Platform

    I'm trying to do permutation tests and Monte Carlo Cross Validations with the Iris sample dataset as a MWE for our dataset. I'm not sure if I'm doing things and interpreting output correctly.   1) Create New Formula Column (Random->Sample Without Replacement) for the Species Column for Permutation Test. 2) Create a Validation Column (0.75/0.25 split) and a new Formula Column (Random->Sample Withou...

    mjmg mjmg
    Discussions |
    Dec 1, 2021 7:53 AM
    1008 views | 0 replies
  • Variability Chart Platform Factor Re-Insert Positions (Not Swapping)

    Hello JMP Community, I understand dragging between any two factors swaps the location pairs in the Variability Chart platform. Is there a way to drag to specifically re-insert the factors instead? For example, can I drag "Layout" between "Horizontal" and "Wafer ID" in the attached screenshot instead of performing multiple drags to have the intended result? I am aware I can do this reordering with ...

    Technician Technician
    Discussions |
    Oct 26, 2021 11:04 AM
    1325 views | 0 replies
  • Get (x & y) intercept values from linear fit of the linear region of a curve/data and store them in a new column

    I have JMP data table with data from several parts for which a Capacitance 'C' has been measured as a function of reverse voltage 'V' (0 to -5 V in -0.1V step). A plot of [1/C]^2 vs V has a linear part for small reverse bias (say from 0 V to -0.5V and data is available at 0, -0.1, -0.2, -03, -0.4 -0.5 V within this range). How to do a linear fit to the points between 0 to -5V for each part, extrac...

    Neo Neo
    Discussions |
    Oct 22, 2021 10:15 AM
    785 views | 0 replies
view all discussions