cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

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

  • Boxplot with distribution plot like aside in same chart

    I wondering JMP able to plot boxplot and distribution side by side like the chart i show below? I try to use graph builder, combine boxplot and point plot together. Set the point chart jitter to positive grid, look a bit similar but the jitter point look really aweful, try to use the jitter limit to adjust, but there is no much can do. Any other suggestion that can make the boxplot and distributio...

    OneNorthJMP OneNorthJMP
    Discussions |
    Aug 28, 2020 6:31 AM
    4184 views | 4 replies
  • Kappa Score

    Bonjour,   Malgrès mes recherches je n'ai pas trouver réponse à mon problème donc le voici: Il me faut calculer un kappa score sur une table de contingence. J'ai bien les mêmes catégories pour les 2 valeurs mais JMP 15 ne veut pas me calculer le Kappa. Pourtant la formule de Kappa n'a pas de restriction étant donné qui s'agit du ratio de la différence de probabilité entre réelle et attendue sur l'...

    mgerusdurand mgerusdurand
    Discussions |
    Aug 28, 2020 5:55 AM
    3801 views | 5 replies
  • Date format error for 2020

    I have a set of data where I have a couple different formats for dates and I am creating a new column to convert the dates to one format.  The dates are in d/m/y h:m:s format.  When I run the script all of the 2019 dates translate fine, but the 2020 dates get their month day reversed.  If I go into column information and change the settings manually it works fine.  What can I do within JSL to reta...

    jshaw04 jshaw04
    Discussions |
    Aug 27, 2020 2:54 PM
    3833 views | 4 replies
  • How to get lowest two row values in grouped data ?

    Hi, Lets say we have data like this and want to get lowest two row values. Group by Age and Sex, get the two lowest height values. How can we do this in JSL? Thanks    

    joshua joshua
    Discussions |
    Aug 27, 2020 11:44 AM
    1556 views | 1 replies
  • New Column : Set Initial Value from List Data

    Hi The script will read numeric column name from the file. If there is only 1 column, I want to create the new column and assign value in the column with the header reading from file.  In below case, the new column should have initial value = ITH I use below script but it doesn't assign the initial value. Not sure why. ColList2 = Data Table( "raw data" ) << get column names( numeric ); if(n items...

    yanee yanee
    Discussions |
    Aug 27, 2020 9:29 AM
    2890 views | 4 replies

Latest Discussions

  • How to get lowest two row values in grouped data ?

    Hi, Lets say we have data like this and want to get lowest two row values. Group by Age and Sex, get the two lowest height values. How can we do this in JSL? Thanks    

    joshua joshua
    Discussions |
    Aug 27, 2020 11:44 AM
    1556 views | 1 replies
  • Selecting rows and then further selecting based on that

    I have a data table where I can select rows based on one columns result.  I would like to then expand that selection based on a value contained in the previously selected rows.   I tried   dt = Current Data Table(); dr << select where( :ctrlrange > 0.23 ); h = Column( dt, "reagentkit_id" ) << get Values; dt << select where( :reagentkit_id == h );     That didnt seem to work as JMP froze.   The dat...

    UberBock UberBock
    Discussions |
    Aug 27, 2020 9:13 AM
    3445 views | 8 replies
  • How to do a Repeated Measures ANOVA

    How do I set up the file and run a repeated measures ANOVA in jmp? I did an experiment where I tracked distance animals traveled over time for three treatments (NCS n=25; CS1 n=24; CS6 n=25). I took the average distance for each group for each 1min period  and graphed it for my three treatment groups. I would like to do a repeated measures ANOVA but am unsure how to set this up in jmp and run it. ...

    Kat2 Kat2
    Discussions |
    Aug 26, 2020 10:58 AM
    8191 views | 4 replies
  • Data Table sort by two columns

    Normally data table can sort order by one column, just have left table shows, sort by column "Name".but how to use JMP to sort by two column? order by both "Name" & 'Date", like the right table shows, kindly help to suggest. thanks a lot. NameDateAccomplish amounts of work-->NameDateAccomplish amounts of workJohn20/8/21 9:03:59100%Kevin20/8/17 9:03:5760%Kevin20/8/22 9:03:5980%Kevin20/8/18 9:03:574...

    qspringleaf qspringleaf
    Discussions |
    Aug 24, 2020 9:11 PM
    3192 views | 1 replies
  • Which Run order I have to choose for my DoE?

    Hello,I want to perform a DoE in order to optimize an extraction method. My plan is to start with a screening of the main factors using Plackett Burman followed by a central composite design in order to do a response surface. Before making a Design tube I should choose a Run order (sort left to right, sort right to left, randomize...) and I do not know which run order I should choose for each of m...

    ELH ELH
    Discussions |
    Aug 24, 2020 5:00 AM
    5546 views | 11 replies

Latest Discussions

  • order statistic for DS Weibull ... maximum failure time for n fails out of N~n/p units

    this isn't a JMP question per se, but a reliability/survival statistics question ... see my post on Cross Validatedthanks in advance! https://stats.stackexchange.com/questions/483556/order-statistic-maximum-for-subpopulation-weibull-distribution 

    galactus3000 galactus3000
    Discussions |
    Aug 18, 2020 8:48 AM
    897 views | 0 replies
  • Custom Lat Long Contour Map

    Hi all,    Playing around with the Custom Map Creator add in and I ran into some trouble when trying to construct borders for a river system. When constructing a custom map border using a a background map the boundaries function does not let me to trace the river pattern as accurately as I would hope (see attached photo). Alternatively, when constructing a border from a background photo the bounda...

    MikeDereviankin MikeDereviankin
    Discussions |
    Aug 14, 2020 11:03 AM
    1003 views | 0 replies
  • XPath Query() and XML namespaces

    I have a bunch of XML documents that I want to put into a data column. I want to use XPath expressions to pull out values from them, by appending columns that contain formulas that make use of the XPath Query() function. Some of my documents have XML-namespace qualified element names. For example, one might look like this: <?xml version="1.0" encoding="UTF-8"?> <synopsis xmlns="http://www.cap.org/...

    john_madden john_madden
    Discussions |
    Jul 23, 2020 9:53 AM
    1309 views | 0 replies
  • Using JMP to Calculate Surface Flatness

     Has anyone used JMP to calculate the Minimum Zone surface flatness of a point cloud? I have some differences between two metrology areas for our surface flatness requirements and wanted to check them in JMP. There are different algorithms for doing the calculation. (There is an ASME standard for the general rule, ASME Y14.5: " a tolerance zone defined by two parallel planes within which the surfa...

    jay_holavarri jay_holavarri
    Discussions |
    Jul 20, 2020 11:26 AM
    1558 views | 0 replies
  • Save all scripts and close reports by JSL

    Trying to write a script for this I found the following below working. JMP15@Win10.The first part opens two tables and starts some Reports,and the second Closes all report Windows post saving scripts to belonging tables.But when the report has a local datafilter, the script is not working any more (get scriptable object doesn't get the Right reference).Is there a way to find proper reference for e...

    Georg Georg
    Discussions |
    Jul 20, 2020 7:48 AM
    1311 views | 0 replies
view all discussions