cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
  • Register to attend Discovery Summit 2025 Online: Early Users Edition, Sept. 24-25.
  • New JMP features coming to desktops everywhere this September. Sign up to learn more at jmp.com/launch.

Welcome to the JMP User Community!

Ask questions, get answers, meet other JMP users
cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Learning Resources

Latest Discussions

  • DOE with whole plots and blocking factor - how to improve the design?

    I am trying to make a DOE for an experiment where I have one continues variable and two discrete numeric variables that are very hard to change (more information in the image below).   My questions are:1. I am running the test by columns in a 96 well plate, so is there a way to define that no matter how many runs are needed, a plot will always have up to 8 runs?2. As is, even with 192 runs in 24 p...

    Lavik17 Lavik17
    Discussions |
    May 18, 2022 6:20 AM
    1792 views | 1 replies
  • Graph builder won't autoscale

    Hello,I am launching a graph builder and data filter from a dashboard. The graph is date on the x axis and count on the y axis. When I filter the date, the data outside of the date range disappears from the graph, but the graph does not autoscale the x axis to match the dates within the filtered range (instead, the x axis date range is the same as before filtering the date range).I know that I can...

    BL1 BL1
    Discussions |
    May 18, 2022 1:01 AM
    4722 views | 4 replies
  • recode multiple columns name with regex

     Hi all!I am trying to apply a regex replacement to a Recode Column function in JSL so that the script will go over all columns and apply the regex to all of them, if applicable. This is the code I've been testing: Names Default To Here(1); dt = Current Data Table(); //Create list of columns to be recoded ColN = dt << Get Column Names(); // Iterate over the list of columns and recode each one ...

    Lavik17 Lavik17
    Discussions |
    May 17, 2022 9:56 PM
    1617 views | 3 replies
  • combine multiple values

    Hey,I have a question about how to combine double reporting in JMP:lets say that I have an output of 3 colums: row_index, column_index and value.and for some reason the out put has double reporting issue of row and columns, for example:Row Column Value  1        1          3  1        2          5  1        3          7  1        3          7.2 Notice that I have a double reporting in the last row...

    ConcurrentSteer ConcurrentSteer
    Discussions |
    May 17, 2022 7:43 PM
    922 views | 1 replies
  • Option cross correlation in time series platform is blurred?

    I have a number of time series for which I would like to check cross correlation. In the time series platform I entered one time series as Y click OK but trying to select cross correlation in the red triangle menu it is blurred (also prewhitening & transfer function)? Did I miss something? In my data set there are no exluded/hidden rows and no missing cell values. I can't  find any guideline in th...

    frankderuyck frankderuyck
    Discussions |
    May 17, 2022 1:37 PM
    897 views | 1 replies

Latest Discussions

  • DOE with whole plots and blocking factor - how to improve the design?

    I am trying to make a DOE for an experiment where I have one continues variable and two discrete numeric variables that are very hard to change (more information in the image below).   My questions are:1. I am running the test by columns in a 96 well plate, so is there a way to define that no matter how many runs are needed, a plot will always have up to 8 runs?2. As is, even with 192 runs in 24 p...

    Lavik17 Lavik17
    Discussions |
    May 18, 2022 6:20 AM
    1792 views | 1 replies
  • Graph builder won't autoscale

    Hello,I am launching a graph builder and data filter from a dashboard. The graph is date on the x axis and count on the y axis. When I filter the date, the data outside of the date range disappears from the graph, but the graph does not autoscale the x axis to match the dates within the filtered range (instead, the x axis date range is the same as before filtering the date range).I know that I can...

    BL1 BL1
    Discussions |
    May 18, 2022 1:01 AM
    4722 views | 4 replies
  • recode multiple columns name with regex

     Hi all!I am trying to apply a regex replacement to a Recode Column function in JSL so that the script will go over all columns and apply the regex to all of them, if applicable. This is the code I've been testing: Names Default To Here(1); dt = Current Data Table(); //Create list of columns to be recoded ColN = dt << Get Column Names(); // Iterate over the list of columns and recode each one ...

    Lavik17 Lavik17
    Discussions |
    May 17, 2022 9:56 PM
    1617 views | 3 replies
  • Testing for a difference in variance in a variable when there is a random effect

    Using "Fit Model" I'm predicting my dependent variable using a dichotomous nominal variable "Type" as well as a variable "Sample," which is a random effect (in JMP language that is; some would prefer to call "Sample" a random variable). This tests whether the two "Types" differ on my DV, again taking into account that "Sample" is a random effect.  Interestingly, the sample means for one "Type" are...

    profjmb profjmb
    Discussions |
    May 17, 2022 7:22 AM
    1086 views | 1 replies
  • Find MaxN value (species count) per ID for overlapping time range.

     Hi,I am trying to find the maximum number of individuals observed in a single video frame.I have roughly 3000 2min videos with 5000 observations recorded. For a given ID, what is the greatest value of the sum of Count for a species (eg. DuCr & ShPe) when the same species has overlapping time_start and time_end example data: IDSpeciesCounttime_starttime_endvideo_1DuCr112:0012:01video_1ShPe112:0012...

    MRM MRM
    Discussions |
    May 16, 2022 12:38 PM
    1412 views | 3 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
    627 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
    770 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
    991 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
    699 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
    2506 views | 0 replies
view all discussions