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

  • Appending element to a list value inside an associative array

    Hi, I am trying to add an element into an associative array where the value is a list and the element needs to be added into the list inside associative array.Eg:cary = ["high schools" => {"Cary", "Green Hope", "Panther Creek"}, "population" => 116244, "state" => "NC", "weather" => "sunny"]; In this,1. How can I add a new entry to "high schools" list?2. How do I convert the "weather" value to list...

    dileepkr dileepkr
    Discussions |
    Jun 27, 2019 2:27 AM
    7321 views | 2 replies
  • Not a JMP question, but hoping someone can help - Estimating StdDev from Min, Max, Avg

    Firstly, this is not a JMP question but a gereral statistics question, so I apologize if it's inappropriate to post it here.  But I'm hoping someone in the JMP community can help with it. I have a series of data samples, where each sample has Min, Avg (Mean), and Max recorded.  The data is sampled every second, but only recorded every 15 minutes.  So each of my 15-minute data points has the Min of...

    wsande wsande
    Discussions |
    Jun 26, 2019 2:02 PM
    7863 views | 7 replies
  • best practices around special characters in JSL?

    example="blah blah Width = 25.0 �m ..some more stuff"; widthtext=regex(example,"Width\s=\s+\d+[.]\d+\s[\w?�]m");

    widthtext=regex(example,"Width\s=\s+\d+[.]\d+\s[\w?\x{FFFD}]m");
     Sorry this is less a very specific problem that a general issue I'm looking for recommendations on as I've had this issue in different contexts.    In this specific example I'm using loadtextfile() to get some text that I ...

    hardner hardner
    Discussions |
    Jun 26, 2019 11:45 AM
    10838 views | 4 replies
  • JSL - How to iterate over Bivariate and save all splines to 1 column

    Hello.  I have created an array of strings, containing the various values found in one of my columns. I would like to generate a spline for every value that is in my array of strings, and save all predicted points to a new column.  I am able to iterate over Bivariate(), changing a where-clause with each iteration to a new value in my array of strings, however, only the last predicted points are sa...

    adjo9835 adjo9835
    Discussions |
    Jun 26, 2019 5:03 AM
    4179 views | 4 replies
  • Overlay graph changes scaling when I change Local Data Filter - How to stop this?

    I make an Overlay plot and then manually change the y-axis scaling.  Then I change my Local Data Filter, and plot scaling changes - my manual settings are lost, and the plot re-autoscales.  How can I sto pit fro mdoing that?  I'd like th escaling to stay where I set it, even when I adjust the Local Data Filter.

    wsande wsande
    Discussions |
    Jun 25, 2019 5:46 PM
    5457 views | 6 replies

Latest Discussions

  • Not a JMP question, but hoping someone can help - Estimating StdDev from Min, Max, Avg

    Firstly, this is not a JMP question but a gereral statistics question, so I apologize if it's inappropriate to post it here.  But I'm hoping someone in the JMP community can help with it. I have a series of data samples, where each sample has Min, Avg (Mean), and Max recorded.  The data is sampled every second, but only recorded every 15 minutes.  So each of my 15-minute data points has the Min of...

    wsande wsande
    Discussions |
    Jun 26, 2019 2:02 PM
    7863 views | 7 replies
  • Overlay graph changes scaling when I change Local Data Filter - How to stop this?

    I make an Overlay plot and then manually change the y-axis scaling.  Then I change my Local Data Filter, and plot scaling changes - my manual settings are lost, and the plot re-autoscales.  How can I sto pit fro mdoing that?  I'd like th escaling to stay where I set it, even when I adjust the Local Data Filter.

    wsande wsande
    Discussions |
    Jun 25, 2019 5:46 PM
    5457 views | 6 replies
  • Number of points in a Variability chart

    I have a standard Variabilty chart, and I woiuld like to somehow see the number of points in each group.  Is there a way to do this?

    wsande wsande
    Discussions |
    Jun 25, 2019 1:26 PM
    6213 views | 6 replies
  • plot secondary y-axis with conversion scale

    JMP Pros,I have variable y1 consisting of integer scores from 1 to 9. I created a second conditional variable y2 as:  If(:y1 == 3, "4", :y1 == 5, "3", :y1 == 7, "2")  which converts the integer score values in y1 to corresponding values on a measured scale (millimeters).When I plot both variables in Graph Builder, the y2 axis is scaled independently of y1 whereas, what I want is ...

    Kip1 Kip1
    Discussions |
    Jun 25, 2019 10:09 AM
    3525 views | 4 replies
  • Odds ratio for a simple distribution

    Hi

    I'm looking at the distribution of individuals participating in different events. Here, I'm looking at "thirds" (i.e., first, second, third part of the year, not sure "Tertial" is the correct word in english), could also be quarters, Q1-Q4.

    When doing a distribution plot, I can also test the probability/ do a chi-2 test, and thereafter get the likelihood ratio, and its confidence intervals. Howev...

    Jonkandonkan Jonkandonkan
    Discussions |
    Jun 24, 2019 12:29 AM
    10529 views | 15 replies

Latest Discussions

  • How to analyze crossover design data in JMP

    I had crossover design data from one of my experiment, and I want to analyze it according to the rules of crossover design. Can someone please help me with this?

    sharmachetan sharmachetan
    Discussions |
    Jun 14, 2019 2:34 PM
    1290 views | 0 replies
  • Help understanding how Lift curves are calculated

    Dear JMPers,   (computer details: I have JMP Pro 14 on a W7 Enterprise, 64-bit computer.)   I am trying to better understand how JMP actually calculates a Lift curve. I understand conceptually the ROC and Lift curves, but I'm having a hard time calculating a Lift curve myself. The JMP help/support page (https://www.jmp.com/support/help/14-2/lift-curve.shtml#1276958) isn't all that helpful in under...

    SDF1 SDF1
    Discussions |
    May 29, 2019 11:10 AM
    1946 views | 0 replies
  • How to analyze PSM data(Propensity Score Matching) in JMP?

    How to analyze PSM data(Propensity Score Matching) in JMP?If it is yes, please tell me what detail steps in JMP manu,If there is any available examples in JMP sample data?

    mujahida mujahida
    Discussions |
    May 7, 2019 9:30 PM
    2212 views | 0 replies
  • Chi square or Cochran's Q test

    Okay, so i have to decide whether i should use chi-square or Cochran's Q test for one of my study.If i assume meat as experimental unit (EU) and impose 6 different wood smoke (like apple smoke, cedar smoke, hickory smoke etc.) on EU and consumers (people) act as observational unit (OU). I have 10 consumers and each one will taste each treatment (6 treatments) and respond liking (9 point scale), an...

    sharmachetan sharmachetan
    Discussions |
    Apr 16, 2019 3:54 PM
    2842 views | 0 replies
  • Selecting Number of Clusters in Hierarchical Clustering

    One way to select possible number of clusters in hierarchical methods is to identify the relatively large changes in distance as number of clusters change (see table below). When I look at the actual distance measure from the table (clustering history below dendogram), there is a bigger jump from 3 clusters to 4 than from 4 to 5 (smaller), suggesting 4 may be the right decision. However, when you ...

    pratyushdash pratyushdash
    Discussions |
    Feb 23, 2019 5:51 PM
    2887 views | 0 replies
view all discussions