cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
  • JMP 19 is here! See the new features at jmp.com/new.
  • Due to global connectivity issues impacting AWS Services, users may experience unexpected errors while attempting to authorize JMP. Please try again later or contact support@jmp.com to be notified once all issues are resolved.
JMP Bar Chart

Welcome to the JMP User Community!

Ask questions, get answers, meet other JMP users

Learning Resources

Latest Discussions

Latest Discussions

  • 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
    3258 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
    5751 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
    9238 views | 2 replies
  • ROC curve, probability , cut off

    Hi, How do I find the cut off value from the probaility on the ROC. I had to adjust to get a better AUC. Thanks

    Cartica Cartica
    Discussions |
    Feb 15, 2019 6:54 AM
    6190 views | 2 replies
  • how to remove moving range, limits and center line in control chart by JSL?

    For example, I have a table: T A B1 7 2
    3 3 1
    5 5 3and would like to plot 2 control chart on A and B vs T with some specs: :A<<Set Property( "Spec Limits", {LSL( 2 ), USL( 9 ), Target( 5.5 )} );
    :B<<Set Property( "Spec Limits", {LSL( 0 ), USL( 2 ), Target( 4 )} );
    dt=Current Data Table();
    dt<< Control Chart Builder(
    Variables(
    Y(:A,:B),
    Subgroup(T)
    )
    ); Here what I get: How I can delect the moving range par...

    jasongao jasongao
    Discussions |
    Feb 14, 2019 11:22 AM
    6782 views | 4 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
    2280 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
    3956 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
    3285 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
    2452 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
    3142 views | 0 replies
view all discussions