cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
  • Easily detect, manage, and convert column units in JMP by downloading Unit Conversion in the JMP Marketplace!
  • Need to analyze data that resides in a database? Register for the April 10 Master JMP webinar to learn how.
JMP Bar Chart

Welcome to the JMP User Community!

Ask questions, get answers, meet other JMP users

Learning Resources

Latest Discussions

  • How to evaluate model accuracy on holdout set

    Hello, I am using JMP 13 and I can not seem to find a way to automaticaly evaluate my model's accuracy on the holdout set. I am buliding a linear regression model.So I would like to preserve the model (with the contained effects and estimates sizes), which was bulit on the training set, but calculate accuracy predictors (R^2, R^2 adjusted and RMSE) on the holdout set. In the moment the only soluti...

    Danijel_V Danijel_V
    Discussions |
    Sep 21, 2019 4:34 AM
    2851 views | 1 replies
  • Discrete?Continuous? Latin Hypercude Design in JMP

    Hi all, I have tried Latin Hypercube Design in JMP to reduce a total number of 18 experiments with 2 categorical factors each with 3 and 6 levels.  But the software does not allow me to choose any Space Filling Design methods. Is it because LHD is not originally suitable for discrete factors? If so, what methods should I go to build the reduce the number of the experiment?

    Vic Vic
    Discussions |
    Sep 21, 2019 4:16 AM
    1814 views | 1 replies
  • Pie Charts - Label by Percent of Total Values

    Hello. I scripted some pie charts using Graph Builder and labelled them by percent of total values.Even though the frame size is a square (220x220), the labels are cut off by the frame/graph border.  See pie charts A, D, & E: Am I doing something wrong?  Please see attached script.

    jb jb
    Discussions |
    Sep 20, 2019 10:23 AM
    13335 views | 6 replies
  • Logistic regression with multiple outcome variables

    I am running logistic regression analyses on a dataset where the outcome has multiple categorical variables.  In this case, I am using total number of humans present (continuous variable) to predict the behavior of gibbons (the behaviors are categorical).  I am trying to use the parameter estimates to determine which specific behaviors are affected by the number of humans, but I am having trouble ...

    melsie999 melsie999
    Discussions |
    Sep 20, 2019 8:11 AM
    41676 views | 25 replies
  • K-S Test Interpretation

    I am trying to compare regeneration density following wildfires versus unburned areas. I have non-normal data with unequal variances so I ran the K-S Test and got the attached output. I'm not sure which p-value to use. Thank you. 

    TreeStatsNoob TreeStatsNoob
    Discussions |
    Sep 20, 2019 8:00 AM
    4029 views | 1 replies

Latest Discussions

  • How to evaluate model accuracy on holdout set

    Hello, I am using JMP 13 and I can not seem to find a way to automaticaly evaluate my model's accuracy on the holdout set. I am buliding a linear regression model.So I would like to preserve the model (with the contained effects and estimates sizes), which was bulit on the training set, but calculate accuracy predictors (R^2, R^2 adjusted and RMSE) on the holdout set. In the moment the only soluti...

    Danijel_V Danijel_V
    Discussions |
    Sep 21, 2019 4:34 AM
    2851 views | 1 replies
  • Discrete?Continuous? Latin Hypercude Design in JMP

    Hi all, I have tried Latin Hypercube Design in JMP to reduce a total number of 18 experiments with 2 categorical factors each with 3 and 6 levels.  But the software does not allow me to choose any Space Filling Design methods. Is it because LHD is not originally suitable for discrete factors? If so, what methods should I go to build the reduce the number of the experiment?

    Vic Vic
    Discussions |
    Sep 21, 2019 4:16 AM
    1814 views | 1 replies
  • K-S Test Interpretation

    I am trying to compare regeneration density following wildfires versus unburned areas. I have non-normal data with unequal variances so I ran the K-S Test and got the attached output. I'm not sure which p-value to use. Thank you. 

    TreeStatsNoob TreeStatsNoob
    Discussions |
    Sep 20, 2019 8:00 AM
    4029 views | 1 replies
  • Graph Builder x axis by row order, but display another column value

    Hi, I would like to use graph builder to plot a SPC chart because the convenient overlay function for my data.How to setup the x axis by row order but display another column value?It is basically the same with overlay plot's not order x option, and the another column value normally is time. There is the example:I can use overlay plot get what I want but no overlay function to separate ToolI can us...

    SimonLi SimonLi
    Discussions |
    Sep 20, 2019 6:36 AM
    2250 views | 1 replies
  • Replace Third Character from Left in a String in JSL

    I would like to take a column with a string in it, and in each row, replace the third character from the left with a "9." How might I go about this using JSL?

    twillkickers twillkickers
    Discussions |
    Sep 18, 2019 2:36 PM
    2615 views | 1 replies

Latest Discussions

  • How to Add Profit Matrix to Neural Net Confusion Matrix

    Hi all, I'm using a neural net to predict whether or not a customer will prefer to buy retail items at a markdown or if they are likely to buy full-price (i.e., "bargain buyers" vs. traditional shoppers). I'd like to incoporate the opportunity cost of a false positive (giving discounts to what would otherwise be a full-price shopper) using a profit matrix, but changing values on the matrix in the ...

    GhostBen GhostBen
    Discussions |
    Aug 5, 2019 8:00 PM
    1609 views | 0 replies
  • Capability Animation - How to see the LSL/USL Value?

    I just discovered this nifty tool called the Capability Animation, where you can play around, dragging the spec limits and mean shifts, and it simulates your capability indices. But, I cannot see the actual LSL/USL values as I drag them! Does anyone know how to make this happen?

    Antonio80 Antonio80
    Discussions |
    Jul 9, 2019 1:31 AM
    1579 views | 0 replies
  • Unable to allocate enough memory in access or evaluation

    Hi,I'm trying to use the Multivariate platform to perform a correlation between 6 time points (rows) across 73500 columns. My final goal is to output a  73500x73500 correlation matrix. When I try to run it, I immediately receive this pop out message:Unable to allocate enough memory in access or evaluation of 'List' , {/*###*/Estimation Method( 0 ), Matrix Format( 2 )} What's the issue? I'm using J...

    ns ns
    Discussions |
    Jul 8, 2019 9:04 AM
    1620 views | 0 replies
  • How to Post JSON data to a site via API functionality: "Unsupported Media Type"

    Hi There, I am trying to perform a POST request to post some JSON data to a server, but unfortunately as of now I keep getting a 415 error. The goal of this script is to upload a JSON formatted file (or something of the like) to the server for other users to download/read. I noticed that there are very few POST examples with JSL, but quite the abundance with GET, which I have no problems with. I w...

    liqinglei419 liqinglei419
    Discussions |
    Jul 2, 2019 6:33 AM
    2010 views | 0 replies
  • 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
    1533 views | 0 replies
view all discussions