cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
The Discovery Summit 2025 Call for Content is open! Submit an abstract today to present at our premier analytics conference.
See how to use JMP Live to centralize and share reports within groups. Webinar with Q&A April 4, 2pm ET.

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

  • Using a FOR loop in Formula to create a new column

    hi folks, I have a question regarding how I can combine a number of columns created in my table, into a new column that describes whether any of these columns have a specific char value ("screened").Currently my datasets are analyzed with a script that adds "n" new columns that contain the char values "screened" and "unscreened" based on formulas in the script.My goal is to include in the script a...

    jetpeach jetpeach
    Discussions |
    Mar 30, 2016 3:58 PM
    16733 views | 3 replies
  • How to find out where JMP is installed in a windows machine.

    Hi JMP Gurus,I'm currently using a Perl script to launch our JSL script. The Perl script looks for the default installation location of JMP in the program files folder. Since there are potentially 4 different versions of JMP running around our workplace, I ended up with the following implementation:1. Attempt to launch the standard version executable of JMP 12 in: C:\Program Files\SAS\JMP\12\jmp.e...

    javier_guzman0 javier_guzman0
    Discussions |
    Mar 29, 2016 1:59 PM
    10002 views | 1 replies
  • Can you change y-axis scale independently from other y-axis groups

    Is there a way to change the y-axis scale for the different y-axis groups independent from one another? As you can see in the graph, the middle group densities are much greater than the other four groups. As a result, it is very difficult to see year to year variations in any of the other groups. I would like to increase the scale for the remaining groups, but keep the middle group at it's current...

    joshuas joshuas
    Discussions |
    Mar 29, 2016 7:00 AM
    19607 views | 3 replies
  • Stack columns based on regex selection

    I am constantly stacking hundreds of columns which have common prefixes and end with a different number or suffix. What I would like to do is write a script to:Find columns based on a regex pattern, e.g. "BLUE_CARS_*_\d{1,2}", "HOMES_(SINGLE|DOUBLE)_WIDE", etc.Select those columnsStack the columns (and place in a new datasheet)For the life of me, I can't find (or Google search properly for) how to...

    tsandidge tsandidge
    Discussions |
    Mar 28, 2016 11:40 AM
    14086 views | 8 replies
  • Delaying (lag) a row value by column date

    Dear All,I would like to make a simple calculation but I can not.Attached jmp table is a subset of Hotel Occupancy Data Base.Simple logic for Record ID 27421 is;in 14 Apr 2016 250 Rooms arrive and check in,in 14-15-16 Apr 2016 those 250 Rooms stay at the hotel for 3 days long,in 17.04.2015 the 250 Rooms which arrived in 14 Apr 2016 Check Out (Leave the hotel).I need to calculate the RoomLeave Colu...

    saitcopuroglu saitcopuroglu
    Discussions |
    Mar 25, 2016 9:55 AM
    14040 views | 7 replies

Latest Discussions

  • Save Residuals to Summary Table Problem

    Hi,I have a table with 400k+ rows and in my analysis I have created a summary table.I do a fit Y by X on the summary table and get what I expect.  From the pull down I select "Save Residuals" and the new column is not created on the summary data table, but on the original data table.  Is this the intended operation?  The work around is to separately save the summary data table to break the linkage...

    Hegedus Hegedus
    Discussions |
    Mar 24, 2016 6:35 AM
    4675 views | 4 replies
  • How to classify groups with categorical data?

    Hi,   Here is an easy one. I have a group of rodent skulls. They are from several named groups which are also geographic regions. One group is classified as "unknown". I have metric data and used Discriminant Analysis and a plot of the Canonical 1 and 2 scores. And, using the values in the Discriminant Scores table to show predictions.    I also have categorical data. Briefly, things like the numb...

    ondatra_berkele ondatra_berkele
    Discussions |
    Mar 22, 2016 4:51 AM
    3623 views | 1 replies
  • Calculate between and within subgroup variability using jmp (similar to Minitab)?

    Hello,How would I go about calculating between and within subgroup variability using jmp (similar to Minitab)? Note: Group sample sizes are different. I am looking to compare various brands of products tested across different vectors. For example, for each brand there is a given quantity of samples tested per vector. and I would like to compare across brands for that vector, specifically between/w...

    smithkr10 smithkr10
    Discussions |
    Mar 21, 2016 1:16 PM
    4615 views | 1 replies
  • JSL to change color of specific cause in Pareto Plot

    Hello,I'm trying to change the color of a specific cause in the Pareto Plot using JSL.  How can I select a cause by name?For example, I want to implement something like this: cause ({"PASS"}) << Colors (Green);This gives me an error and wants me to use Cause where n is the index of the failure pareto.  My issue is that I won't know if my PASS pareto will be #1, #2, etc. Any suggestions? Here is m...

    snagpal snagpal
    Discussions |
    Mar 20, 2016 10:13 PM
    4208 views | 2 replies
  • Mixed Models with JMP: Can I see the Covariance Matrix

    Dear JMPers! Hope you all enjoy Amsterdam. Too sad I could not come to ask you personally.When working with mixed models in JMP: Is there any chance to see the blocks of the estimated covariance matrix. I'm interested in what I get in SAS when using the G, R and especially V options in PROC MIXED. I like to have a look at that to make sure that I set up the model correctly and that the covariance ...

    shoffmeister shoffmeister
    Discussions |
    Mar 18, 2016 9:12 AM
    3353 views | 1 replies

Latest Discussions

  • Co-Kriging with JMP and Matlab

    Hi!I was wondering if anyone already tried to work with Co-Kriging, using JMP together with Matlab. As JMP only fits Ordinary Kriging Models (Gaussian Process with Gaussian Correlation Function), I would like to send data (generated with Space Filling JMP Platform) from JMP to Matlab, fit the models there (Matlab), and bring the MODELS back to JMP, to use inside Profile Platform. Do you have any e...

    samuelbbaco0 samuelbbaco0
    Discussions |
    Dec 4, 2015 12:32 PM
    3422 views | 0 replies
  • Interpreting canonical structure and scores in discriminant analysis

    I'm trying to interpret the relative contributions of my variables in a discriminant function analysis of chemical data for three groups of rocks.  In a stepwise, linear, common covariance discriminant function analysis I'm able to generate non-overlapping 95% confidence ellipses for my three groups with no incorrectly assigned data points using 6 variables.  My understanding is that the scoring c...

    amzipkin amzipkin
    Discussions |
    Oct 20, 2015 3:25 PM
    3349 views | 0 replies
  • Generalized Segmented Distributions

    A former classmate of mine from Graduate School has recently published a paper on Generalized Segmented Distributions.  Utilizing this method, the distribution can approach any continuous density function of arbitrary form.  The method is particularly effective in fitting data with sufficient observations that are skewed and/or multimodal.  The paper can be found here:The General Segmented Distrib...

    Steven_Moore Steven_Moore
    Discussions |
    Sep 17, 2015 11:54 AM
    2281 views | 0 replies
  • Running JSL Script After Creation of a File

      

    sophiaw sophiaw
    Discussions |
    Sep 1, 2015 9:56 AM
    2457 views | 0 replies
  • Clash?

    saitcopuroglu saitcopuroglu
    Discussions |
    Aug 18, 2015 6:43 AM
    2266 views | 0 replies
view all discussions