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

  • Deleting Multiple Replicate Rows (n=5 or more)

    I have a table where column 1 has titles, and column 2 has values. I need a script that can find any title in column 1 that appears more that 5 times and deletes the entire row. If it it equal to or less than 5, it can stay. The closest thing I could come to was deleting duplicates, but I want to keep duplicates and delete only anything over a "quintuplet". JMP 16

    Arocha1 Arocha1
    Discussions |
    Jul 27, 2022 11:09 AM
    1468 views | 1 replies
  • How can I append to this Col List Box?

    This code is supposed to add each name into the list box but it doesn't work. Has it got to do with the data type?  Also, if you're wondering why im using the 1st element, its because I wanted to populate other columns within that list for E.G -> col[2] = column(dt, "height");Names Default To Here( 1 ); dt = Open( "$SAMPLE_DATA/Big Class.jmp" ); col = {}; col[1] = column(dt, "name"); New Window(...

    Andyon98 Andyon98
    Discussions |
    Jul 26, 2022 10:13 AM
    1750 views | 2 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
    1699 views | 3 replies
  • How do I use contains function to find a part of a variable name?

    Hi,  I'm trying to find a way to execute a function which happens when a list contains the string "[String]" like so: AAList = {"object1", "object2", "object3[String]"}; If( Contains( AAList, "[String]"),
    Show("string is running") ); But the if function isn't executed because the contains function doesn't detect the "[String]".Any way to solve this? 

    PowerOx327 PowerOx327
    Discussions |
    Jul 26, 2022 1:21 AM
    1316 views | 1 replies
  • Need to display and pull x-intercept from a linear fit

    I am taking a certain range of data points around the straight part of my curve, and attempting to extract an x-intercept out of it using a linear fit. I can display an equation for the line but can't seem to do much with it. At the very least, I want to grab that equation, solve for x when y = 0 and then display that number below the graph. What would be the best way to go about pulling this info...

    trevorphysics trevorphysics
    Discussions |
    Jul 23, 2022 1:57 AM
    2381 views | 2 replies

Latest Discussions

  • 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
    1699 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
    3674 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
    3562 views | 6 replies
  • ANOVA with repeated measures factors

    Hello, I want to build a model for analyzing the results of an experiment I performed, the structure of the experiment as shown in the picture.I have two treatments, each treatment contains 5 hives, from each hive I chose 6 bees, I gave each bee a task that she performed 8 trials.I measured the time required to perform each trial. I consider bees and hives as random effect, each trial as repeated ...

    Erez Erez
    Discussions |
    Jul 18, 2022 9:13 PM
    5507 views | 6 replies
  • DOE - "Reverse" model

    I am looking in to making a DOE design, that should result in "reverse" model. Description of the inputs and outputs: - 6 inputs that I can control during the experiments- 6 outputs that I can measure during the experiments (but not control directly) But the resulting model should make me able to predict what the input was, by measuring the outputs, thus the "reverse" model. Is there anything that...

    Knekse Knekse
    Discussions |
    Jul 18, 2022 7:29 AM
    2161 views | 4 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
    1134 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
  • 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
    939 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
    909 views | 0 replies
view all discussions