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

  • Changing percentages to continuous data type

    I have a data set where individuals are given a percentage of disease severity 0-100%. I want to find means and compare groups in graph builder, but JMP treats my percentages as nominal data since they are rounded to the nearest 5%. I cannot change the data type to continuous because that option is grayed out. What should I do differently so I get accurate means of percentages for all the reps of ...

    kmccorkle kmccorkle
    Discussions |
    Mar 27, 2017 5:40 PM
    11206 views | 2 replies
  • looking for a platform to handle harmonic oscillation

    Specifically looking for a curve fitting platform for underdamped oscillation

    LMSteve LMSteve
    Discussions |
    Mar 27, 2017 1:18 PM
    8810 views | 6 replies
  • Add spec limits to properties for many columns

    Hi,I've two tables:One include many columns (parameter1, parameter2...) and one include all the parameters with lower spec and upper spec (parameter name, LSL,USL)How can I add to the first table for each parameter the specs directly to the properties?Please see the attached snapshot Thanks in advance! 

    Assaf Assaf
    Discussions |
    Mar 26, 2017 12:00 AM
    6643 views | 2 replies
  • Kmeans Clustering CCC problem

    JMP Kmeans clustering is not calculating a CCC statistic for a subset of my data. I have a data file with a little over 4000 unique sites. Using this data set I have successfully used kmeans clustering and JMP displays a CCC statistic. I created a subset of this data using a variable and now have two new data tables (one with around 200 rows and the other with 4000+). Whenever I go through the sam...

    jessez jessez
    Discussions |
    Mar 24, 2017 3:20 PM
    9627 views | 2 replies
  • create big data set from small sample data set

    Dear all, I have 10 sample results. Normally my sample set include 100 sample but before analysing the remaining 90 samples, I want to simulate big data by using 10 sample result. I apply this approach by using SSPS monte carlo simulation but ı do not know how can i create 100 random sample result by using 10 sample result. Is there anyone help me for this.   

    nac nac
    Discussions |
    Mar 24, 2017 3:55 AM
    7260 views | 2 replies

Latest Discussions

  • How to globally set levels in a chart

    I have a few scripts that I use that were created from charts. Often these charts have data that JMP separates into levels although for my purposes, they are effectively the same. For example the following code is for a chart of mean exclusion rates across sites.Chart(    X(:IDENT Code),    Y(Mean(:Exclusion Rate)),    Add Error Bars to Mean(Name("Confidence Interval (pooled)")(0.95)),    Overlay ...

    mdawson69 mdawson69
    Discussions |
    Mar 21, 2017 8:03 AM
    6837 views | 5 replies
  • CCC Optimal

    Hi,I have 2 clustering chooses as mentionned below,- Nr of cluster 15 : CCC = 69.99 (OPTIMAL)- Nr of cluster 15 : CCC = -92.87- Nr of cluster 15 : CCC = -112.8 The first one with CCC = 69.99 is mentionned as the best optimal. I don't understand why this one is the best by consedering the different values ?. What is the signification of these values ? Thanks,

    Lamine Lamine
    Discussions |
    Mar 17, 2017 5:25 AM
    3313 views | 0 replies
  • Get count for grouping (panels) in graph builder to check the visualisation is sensible

    So I have written a bit of JSL which is able to take a data table and make suggestions of graphs. It checks the number of unique values, column data type and column name to assess which graph would be most appropriate. One issue I am having is when it uses Page, Group X, Group Y and/or Wrap and there aren't many data points in the resulting panels. Below is a silly example using Big Class. Clearly...

    stephen_pearson stephen_pearson
    Discussions |
    Mar 16, 2017 6:00 AM
    5688 views | 4 replies
  • Non-Modal windows/user-interactive script

    Hi, Details of my script:Part 1: open a new table so that user fills valuesPart 2: wait for the user to fill values and take the response to proceedPart 3: proceed with the remaining script I am struggling in part 2 because if I use Modal windows, I cannot fill the values in the table.I would like to generate a new window which will wait on user input OK" to proceed but should not interrupt the us...

    shashivenky shashivenky
    Discussions |
    Mar 9, 2017 4:16 AM
    5011 views | 2 replies
  • Negative R2 in Mixed Models

    How is R2 calculated in JMP (v12.2) when fixed and random effects are included in Fit Model? I can't find any documentation on this. The reason this came up is that I have been getting negative R2 values.   

    jwiltsie jwiltsie
    Discussions |
    Mar 8, 2017 7:52 AM
    8726 views | 6 replies

Latest Discussions

  • CCC Optimal

    Hi,I have 2 clustering chooses as mentionned below,- Nr of cluster 15 : CCC = 69.99 (OPTIMAL)- Nr of cluster 15 : CCC = -92.87- Nr of cluster 15 : CCC = -112.8 The first one with CCC = 69.99 is mentionned as the best optimal. I don't understand why this one is the best by consedering the different values ?. What is the signification of these values ? Thanks,

    Lamine Lamine
    Discussions |
    Mar 17, 2017 5:25 AM
    3313 views | 0 replies
  • Understanding the Dispatch and Legend Model and what exactly is Base(0,0,0)?

    My problem is two fold. Im writing a JSL Function to create some custom charts at work. Everything is working fine. Thats great. But I dont understand why - and I am trying to break down the code. Most of I wrote myself, but some aspects I made the tweaks within JMP, copied the scripts and used the parts that generated what I needed. Some of the code chunks that get added in are intuitive to read ...

    kevinwtbolger kevinwtbolger
    Discussions |
    Feb 26, 2017 9:30 AM
    3333 views | 0 replies
  • Data Binding Associative Arrays

    I recently had need to create some slightly complex data structures and started to play with associative arrays a little more.  These are similar to dictionaries in other languages.  Where they differ is that most languages to improve speed, when assigning an object in a dictionary to a variable it does a data binding.  Essentially it makes it so both the dictionary and the variable refer to the s...

    msharp msharp
    Discussions |
    Feb 14, 2017 1:53 PM
    4388 views | 0 replies
  • How to Maintain JMP Graphs Table Layout When Copy and Pasting into Word

    For years I've had to build sets of graphs using the Fit Y by X platform. The graphs are simple: X-axis is always (1) a character, nominal column and (2) a numeric, continuous date/time column. The Y-axis is always numeric, continuous data (bins, registers, parameters). The result is a list of box plot on the left, time trend on the right. There could be many plots at a time. In JMP 12 (and I thin...

    MIKE MIKE
    Discussions |
    Dec 14, 2016 8:48 AM
    4713 views | 0 replies
  • Odds ratios for multiway tables

    On twitter earlier today, someone asked if the Cochran-Mantel-Haenszel (CMH) odds ratio (OR) test was available in JMP when the stratification variable is not the X in Fit Y by X. Anytime I need to go from two variables to more than two variables, the first place I look is Fit Model. The beauty of fit model is that not only can I use as many variables as I want, but I can consider interactions bet...

    DonMcCormack DonMcCormack
    Discussions |
    Aug 10, 2016 3:35 PM
    4868 views | 0 replies
view all discussions