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 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
    1315 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
    2379 views | 2 replies
  • How to Use a list of Columns as Analysis Columns in Tabulate?

    I'm having an issue where I want to tabulate the sum and n for each test in a large testprogram. I'm not sure what my issue is, but would appreciate some guidance. The code compiles and outputs the Tabulate window as seen below, but isn't populated. Below is the code I have written: dt = Current Data Table(); colList = dt << Get Column Names( string ); colname = Column(dt, "TEST_T") << getname; te...

    MichaelO MichaelO
    Discussions |
    Jul 22, 2022 8:27 AM
    2159 views | 4 replies
  • Remove From not working as intended with last items in list

    I noticed that Remove From() function isn't working as intended (and its documentation is written wrong in both Scripting Index and JMP Help). It seems to behave irrationally when last element is removed from the list.   I have contacted JMP support about this. According to them intended behaviour is as follows (same as I would expect it to be): The expected behaviour is that Remove From returns ...

    jthi jthi
    Discussions |
    Jul 22, 2022 6:19 AM
    1301 views | 1 replies
  • Find and insert matching rows

    I have two columns, ColumnA and ColumnB. Is it possible to put their matching value with Column B? Column B values are from this list (here's the snippet code)fileNames = Files In Directory( directory ); newlist = {}; For( i = 1, i <= N Items( fileNames ), i++, Insert Into( newlist, fileNames[i] ) ); dt << New Column( "COlumn B", Character, Values( newlist ) ); Column AColumn BApple.doc Orange.d...

    UserID16644 UserID16644
    Discussions |
    Jul 21, 2022 10:08 PM
    2297 views | 5 replies

Latest Discussions

  • 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
    3672 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
    3561 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
    5484 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
    2160 views | 4 replies
  • What statistical tools to use to analyze 4 datasets?

    I have 4x production runs with 100 in-process dimensional inspections. All 4 datasets are of the same dimension, same process but different controls/tools, and different machines/operators. What statistical analysis tools can I use to make observations about each production run and compare processes to determine the better performing process?

    StarIconValues7 StarIconValues7
    Discussions |
    Jul 18, 2022 6:34 AM
    2926 views | 5 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
    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
    812 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
    938 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
    907 views | 0 replies
view all discussions