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

  • Oneway ANOVA - Means for Oneway Anova

    Hi everyone,

    I'm starting to use JMP and I'm doing an ANOVA, using four groups. I created the diamond-shaped means and noticed that the diamonds have the same size for all 4 groups. However, the groups are quite different regarding the distribution of their samples. I also noticed that the CI has the same range for all groups (Upper 95% - Lower 95%).    Is this how is supposed to be or do I have to...

    MRT MRT
    Discussions |
    Feb 21, 2019 2:40 PM
    13741 views | 9 replies
  • Simple line plots

    This seems like it should be pretty easy, but it's not, and it's something I often run into and wonder if there's an easier way. Here's an example dataset from https://blog.scoutingmagazine.org/2019/02/11/2018-merit-badge-rankings-a-deep-dive-into-the-official-numbers-from-1-to-137  I would like to build a single plot with a line for each merit badge.  There will be a bunch on top of each other, b...

    BHarris BHarris
    Discussions |
    Feb 21, 2019 7:41 AM
    7572 views | 4 replies
  • Can an If statement have an |

    I have the statement:

    If( ((col != Column( "ASSAY_PURITY" )) | col != Column( "Total Sum" )), If( (col[theRow] > target & !Is Missing( col[theRow] )), result = "Fail" ) );     col is a variable tracking the column name.  I am checking to see if the column name is not equal to either Assay Purity or Total Sum.  If true then it will check against a limit and it is greater than the limit than the...

    wjalford wjalford
    Discussions |
    Feb 21, 2019 5:36 AM
    5935 views | 2 replies
  • Levey Jennings customized tests

    Hi, I am trying to build control charts and collect data for points failing specific criteria like ones outside 4 sigma or consectuive increasing points from the data being reviewed.  I am able to get this partially to work using the control chart builder and customized tests; however, it uses a moving range sigma and I would like to use the mean and sigma for the data group. I am able to get the ...

    tsolomon tsolomon
    Discussions |
    Feb 21, 2019 5:12 AM
    2966 views | 2 replies
  • Formula to count number of selected rows that meet a certain criteria

    Is it possible to create a column formula in JMP that counts the number of *selected* rows that meet a certain criteria?  Excel can't do this, but if it did the formula might look something like this:  =countif(and(isSelected(),a1:a20=$c$1,b1:b20="red"))

    BHarris BHarris
    Discussions |
    Feb 20, 2019 10:59 PM
    15798 views | 8 replies

Latest Discussions

  • Oneway ANOVA - Means for Oneway Anova

    Hi everyone,

    I'm starting to use JMP and I'm doing an ANOVA, using four groups. I created the diamond-shaped means and noticed that the diamonds have the same size for all 4 groups. However, the groups are quite different regarding the distribution of their samples. I also noticed that the CI has the same range for all groups (Upper 95% - Lower 95%).    Is this how is supposed to be or do I have to...

    MRT MRT
    Discussions |
    Feb 21, 2019 2:40 PM
    13741 views | 9 replies
  • Levey Jennings customized tests

    Hi, I am trying to build control charts and collect data for points failing specific criteria like ones outside 4 sigma or consectuive increasing points from the data being reviewed.  I am able to get this partially to work using the control chart builder and customized tests; however, it uses a moving range sigma and I would like to use the mean and sigma for the data group. I am able to get the ...

    tsolomon tsolomon
    Discussions |
    Feb 21, 2019 5:12 AM
    2966 views | 2 replies
  • Neural Net JMP 14 SAS Script - Converting to excel formula

    Hi All, I am relatively new to JMP and have created a Neural Network model that fits pretty well. I am trying to implement the output (model) in excel. I exported the SAS script and currently I am trying to convert the formula in the script to excel. The following formula in the script is tripping me. H1 = tanh(.5*(-1.31215248048067*((ENGINE_MODEL="XXX")-(ENGINE_MODEL="YYY"))   + -0.06272573894286...

    MD513 MD513
    Discussions |
    Feb 17, 2019 11:53 PM
    3239 views | 1 replies
  • How do I add confidence intervals in LSMeans plot of an interaction effect?

    In the Fit Model platform, when I view the LSMeans plot for the effect of a single categorical factor, the plot gives confidence intervals around the LSMeans. However, in the LSMeans plot for an interaction between two categorical factors, the LSMeans are plotted without confidence intervals. Is there any way to add confidence intervals to the LSMeans plot of the interacting factors?

    jb99 jb99
    Discussions |
    Feb 17, 2019 3:09 PM
    5699 views | 4 replies
  • Generating a Recode Column script...

    I am running multiple analyses for different tables. Each table has a column for diagnosis and there are over 900 different types of diagnosis. SO what I do is recode column and then reclassify each diagnosis into 40 "diagnostic classes". However this is a tedious process repeating the recoding of the diagnoses column for each table. Need help creating a recode script that captures the logic for g...

    DrMoka DrMoka
    Discussions |
    Feb 17, 2019 4:30 AM
    9186 views | 2 replies

Latest Discussions

  • Beta Generalized Regression and adjusted chi-square values

    I have a data set from a two-choice rodent feeding trial. We were testing the effectiveness of 10 deterrents by coating them on seeds and offering them to rodents alongside control seeds that were uncoated. The explanatory variable is which of the 10 deterrents the treatment seed was coated with, and the response variable is the proportion of control seed and treatment seed consumed.  The question...

    Mananahi Mananahi
    Discussions |
    Feb 13, 2019 9:58 AM
    2267 views | 0 replies
  • DF Dens for repeated measures ANOVAs

    Dear JMP Community, When I run repeated measures ANOVAs with JMP (RMS, with Subject as a random factor), I have noticed that when a certain factor is crossed with Subject, the corresponding DF Den stays independent while the DF Dens for the other factors are put together as “Residual”.  Please see Images 1-3 of the attached file on how “DF Den” under “Test Denominator Synthesis” change across imag...

    mu mu
    Discussions |
    Feb 6, 2019 8:10 AM
    3920 views | 0 replies
  • Partition and Pruning

    I'm working with a dataset of about 27,000 rows and am trying to use 9 factors to predict a response using the partition function and a decision tree.  I'm using both k-means and validation.  When I tell JMP to Go, it will split 100-200 times, however the Split History shows me very little improvement after about 20 splits. For what I'm trying to do, I want to back up to the 20th split, but I don'...

    NG NG
    Discussions |
    Jan 30, 2019 8:25 AM
    3267 views | 0 replies
  • I want to use LASSO and Group LASSO in JMP

    I'm involved in a project where we are applying lasso to build a logistic regression model from a "black box" set of predictors.  I need to get JMP Pro before trying out JMP's implementation.  I'm doing all the analysis in R at present.  Does JMP Pro also include group lasso?  I've found through using JMP Cluster Variables (CLUSVAR) that I can naturally group my predictors prior to group lasso.  F...

    gene gene
    Discussions |
    Nov 2, 2018 7:43 AM
    2434 views | 0 replies
  • Contingency table and mosaic plot are not same orientation

    // For a contingency table report, swap the x and y // currently can swap the mosaic plot only Names Default to Here(1); dt = Open( "$SAMPLE_DATA/Big Class.jmp" ); myr = Contingency( Y( :Age ), X( :sex ) ); // Have to have a Contingency Analysis report open // Can add test to make sure it is open in the future myr = Current Report(); // taking apart CrossTabBox was easier using XML than JSL ...

    Vball247 Vball247
    Discussions |
    Oct 29, 2018 2:18 PM
    3128 views | 0 replies
view all discussions