cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
  • See how to understand variation and assess process behavior May 1.Register for Mastering JMP.
  • Follow us on LinkedIn to stay up to date on webinars, tips and tricks, product updates, and more.
JMP Bar Chart

Welcome to the JMP User Community!

Ask questions, get answers, meet other JMP users

Learning Resources

Latest Discussions

  • Built in way of taking mean of replicates?

    I have a data table with columns:Sample Target Measurement Is there a built in way I can take the mean of Measurement for rows where the combination (Sample, Name) is the same in multiple rows?Without using 2 nested for loops. Thank you

    Agustin Agustin
    Discussions |
    Jun 11, 2022 2:42 AM
    1446 views | 1 replies
  • Cleaning up a large data set with disorganized formats in JMP 14.2.0

    Hi, I have a large data set with a combination of useful information in columns and in rows. The data in rows has a row with the type of information being collected which then needs to be linked to a result in a row further down in the column. The amount of rows with this information is variable and in some cases is a free form input rather than a specified input. I've been using recoding, subsett...

    Analyst Analyst
    Discussions |
    Jun 10, 2022 2:14 PM
    2389 views | 3 replies
  • Trying to use Remove(source, {items})

    I'm trying to remove 2 items from a list but I'm getting this error "index must be number or list of numbers at row 1 in access or evaluation of 'List' , {/*###*/lst2}" lst = As List((Associative Array( dt1:Name << get values ) << Get Keys)) lst2 = As List( {"NTC","PC"}) Remove( lst, {lst2}) lst = As List((Associative Array( dt1:Name << get values ) << Get Keys)) lst2 = As List( {"Pete","Clare"})...

    Agustin Agustin
    Discussions |
    Jun 10, 2022 2:17 AM
    1376 views | 1 replies
  • Read Text File, Find Lines Containing a Certain String

    Hello Everyone, Here is a script I have that works. I want to know if there is a better way to do the same thing. I first use "load text file" to read a text file into the string variable "file_text1". Next, I use "words" with "\!n" to separate the lines and load them into the string array "file_text2". Next, I then load the "file_text2" into a data table. I then use the "get rows where" combined ...

    LaserGuy LaserGuy
    Discussions |
    Jun 9, 2022 3:12 PM
    4577 views | 4 replies
  • How to prevent cross-talking between instances of the same script (or only allow one instance)?

    All,  I have a following problem. I have a script that opens\closes multiple tables and windows, and I create several namespaces to handle this. I also delete those namespaces in <<On Close() of the main window. I found that when I have two instances of the script running, closing main window in one of them deletes the namespaces and breaks the other script.How do I make namespaces separate for ea...

    miguello miguello
    Discussions |
    Jun 9, 2022 2:21 PM
    2136 views | 5 replies

Latest Discussions

  • How to prevent cross-talking between instances of the same script (or only allow one instance)?

    All,  I have a following problem. I have a script that opens\closes multiple tables and windows, and I create several namespaces to handle this. I also delete those namespaces in <<On Close() of the main window. I found that when I have two instances of the script running, closing main window in one of them deletes the namespaces and breaks the other script.How do I make namespaces separate for ea...

    miguello miguello
    Discussions |
    Jun 9, 2022 2:21 PM
    2136 views | 5 replies
  • How to statistically compare a change between two curves with the change between two other curves.

    I have two stores. each store sends a notification when they make a sale. The notification specifies how many of a specific item were sold.Some days no notifications, other days several. For example store A send 45 notifications of total 78 items for January 2019, compared to 40 notifications of total 68 items for January 2020.I receive a monthly report of the notifications. I created a column wit...

    AlphaParrot8248 AlphaParrot8248
    Discussions |
    Jun 9, 2022 4:31 AM
    3238 views | 3 replies
  • How to show 2 histograms based on date for the same data ?

    Hi I have a set of data for a variable starting on March 2021.But we did a modification on the process after May 2022I would like now to see the impact in the distribution before and after May 1st 2022How can I simply do this ? Thanks

    LogitTurtle576 LogitTurtle576
    Discussions |
    Jun 9, 2022 12:16 AM
    1744 views | 3 replies
  • When does JMP round probability to 1 or 0?

    This may be posted somewhere but I can't find it. I have used various distribution functions to determine the probability of a given number in a distribution for many different applications. Sometimes the value is so far off the distribution that the functions return 0 or 1. I was wondering what is the limit where JMP stops and rounds to 0 or 1. That way I can present it as a probability less than...

    shaunhunter shaunhunter
    Discussions |
    Jun 7, 2022 6:11 PM
    1141 views | 1 replies
  • DOE outcome

    How do I analyze this question? I have DOE outcome but I have no idea what JMP information need to attach for this question.
    Please give some comment if anyone know about this.
    Thanks

    Maxrrard Maxrrard
    Discussions |
    Jun 7, 2022 7:06 AM
    2182 views | 4 replies

Latest Discussions

  • Validate column values (make sure all values in column follow a specific pattern)

    Is there a better way rather than iteration of all the rows to validate values in column? Let's say before making something with the column I want to make sure that all values in column match specific Regex. Like so:!IsMissing(Regex(Column(myColumn)[1], "^\w+(\d{3})\w+$", "\1"))I can iterate through each row to make sure that all of them match, but maybe there is a better way?  

    miguello miguello
    Discussions |
    May 6, 2022 11:09 AM
    803 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
    1021 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
    1223 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
    904 views | 0 replies
  • How to create a graph builder box plot with mean values, and including the "group X" variable in the legend

    I'm using JMP 16.2.0 and I'm trying to automatically generate a graph builder with box plots and their mean values with the group X variable as the color. I'm using a bar chart with style=floating to display the mean value (inspired by this topic)My current graph:This is almost what I want, except for a few things.1. I'd like the Group X variable (Recipe) to be visible in the legend as well. One w...

    mvanderaa1 mvanderaa1
    Discussions |
    Apr 20, 2022 4:13 AM
    3280 views | 0 replies
view all discussions