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

  • Binning Continues Date Time data

    Is there any way in JMP to convert a column of date time (continuous) into categorical data bins (also date time). For example 6 hour bins..?

    Discussions |
    Jul 30, 2010 10:34 AM
    3862 views | 1 replies
  • Using PRESS criteria to build multilinear models

    Hello,
    When using the Stepwise platform, JMP helps you to make the model with the best R² / R²adj.
    I would like to get the model with the best PRESS criteria (Predicted Error Sum of Squares). How would it be possible to do that?
    I know you can get the PRESS information once the model is built, but I would like to be sure I am building the model with the best PRESS as possible.
    Thank you for your help...

    dp30 dp30
    Discussions |
    Jul 21, 2010 11:44 PM
    4535 views | 2 replies
  • Save Inverse Prediction Formula

    For some reason the command "Save Inverse Prediction Formula", does not save the formula to the associated table. The command "Custom Inverse Prediction" works and does calculate one of the two possible X variable solutions (the function is a Gaussian curve and therefor has two X solutions for each Y variable). But I can not seem to get the formula to save as a new column.

    I have read the docs on ...

    kray kray
    Discussions |
    Jul 19, 2010 6:58 AM
    3861 views | 1 replies
  • invalid matrix token

    Can someone tell me what the error "invalid matrix token" means? I am using the following script in a for loop (j as iterator) in order to graph and add a box for limits. However, the script is giving me the matrix error. Can someone give me a hint?

    dgb=Bivariate(
    Y(Column(yPlot)),
    X(Column(xPlot)),
    SendToReport(
    Dispatch({}, "1", ScaleBox, {Max(xmax), Min(xmin)}),
    Dispatch({}, "2"...

    h_lazar h_lazar
    Discussions |
    Jul 19, 2010 12:40 AM
    6507 views | 7 replies
  • missing data in calculated formula

    I am writing a script that asks JMP to create a new column in my data table, then populate that column with the sum of the values of 25 existing columns. It works fine, except that if there is missing data in any of the 25 columns, the total displays as 0 (zero), when it should display as missing. It won't work to tell JMP that 0 is not a valid value, because in some cases each of the 25 columns...

    schniggeldorf schniggeldorf
    Discussions |
    Jul 16, 2010 2:40 PM
    4486 views | 2 replies

Latest Discussions

  • Binning Continues Date Time data

    Is there any way in JMP to convert a column of date time (continuous) into categorical data bins (also date time). For example 6 hour bins..?

    Discussions |
    Jul 30, 2010 10:34 AM
    3862 views | 1 replies
  • Using PRESS criteria to build multilinear models

    Hello,
    When using the Stepwise platform, JMP helps you to make the model with the best R² / R²adj.
    I would like to get the model with the best PRESS criteria (Predicted Error Sum of Squares). How would it be possible to do that?
    I know you can get the PRESS information once the model is built, but I would like to be sure I am building the model with the best PRESS as possible.
    Thank you for your help...

    dp30 dp30
    Discussions |
    Jul 21, 2010 11:44 PM
    4535 views | 2 replies
  • Save Inverse Prediction Formula

    For some reason the command "Save Inverse Prediction Formula", does not save the formula to the associated table. The command "Custom Inverse Prediction" works and does calculate one of the two possible X variable solutions (the function is a Gaussian curve and therefor has two X solutions for each Y variable). But I can not seem to get the formula to save as a new column.

    I have read the docs on ...

    kray kray
    Discussions |
    Jul 19, 2010 6:58 AM
    3861 views | 1 replies
  • invalid matrix token

    Can someone tell me what the error "invalid matrix token" means? I am using the following script in a for loop (j as iterator) in order to graph and add a box for limits. However, the script is giving me the matrix error. Can someone give me a hint?

    dgb=Bivariate(
    Y(Column(yPlot)),
    X(Column(xPlot)),
    SendToReport(
    Dispatch({}, "1", ScaleBox, {Max(xmax), Min(xmin)}),
    Dispatch({}, "2"...

    h_lazar h_lazar
    Discussions |
    Jul 19, 2010 12:40 AM
    6507 views | 7 replies
  • missing data in calculated formula

    I am writing a script that asks JMP to create a new column in my data table, then populate that column with the sum of the values of 25 existing columns. It works fine, except that if there is missing data in any of the 25 columns, the total displays as 0 (zero), when it should display as missing. It won't work to tell JMP that 0 is not a valid value, because in some cases each of the 25 columns...

    schniggeldorf schniggeldorf
    Discussions |
    Jul 16, 2010 2:40 PM
    4486 views | 2 replies

Latest Discussions

  • Control Charting with transactional recordset

    Hello,

    I'm trying to understand if JMP supports a control chart graph directly from transactional data without first having to create a summary table.

    The JMP sample data table called Washers contains 15 records showing the count of defects per lot size of 400. Taking one step back there may have existed a data table of 6000 records (15x400) where each record contained the defect count of 1 or 0. W...

    khill khill
    Discussions |
    May 10, 2010 4:40 AM
    2360 views | 0 replies
  • Nemenyi test post-hoc for Kruskal-Wallis test

    Is there a way to do post-hoc testing for the Kruskal-Wallis test for non-parametric data? I have searched the web and most use the Nemenyi test as described by Zar in Biostatistical analysis 3rd edition p226. I have a large amount of data and don't want to do all this by hand.

    Many thanks

    Discussions |
    Feb 12, 2010 12:10 AM
    3201 views | 0 replies
  • Random Parameters in Profiler?

    I am evaluating JMP (currently V. 7, but my company is in the upgrade process) and I am particularly interested in figuring out how to use the Profiler for some of my frequent activities. Can anyone help with the following?

    I would like to simulate a function F(x, theta(i)) over a range of x values. Theta(i) is a set of parameters drawn from a multivariate-normal distribution for each individual ...

    jff jff
    Discussions |
    Jun 25, 2009 5:53 AM
    2787 views | 0 replies
  • Overlay normal quantile plots without long string labels

    Hello,

    I am a longtime user of JMP7. To make overlay normal quantile plots I use Fit Y by X, where Y is the continual variable like Height and X is a categorical variable like Gender. Using Right-click/Legend gives a nice color coded legend for the curves, but JMP also tries to label each curve way up at the top (upper quantile) end of the curve. Invariably these are ugly and overlap each other. ...

    karenb karenb
    Discussions |
    Jun 2, 2009 5:54 PM
    3347 views | 0 replies
  • Welcome to the JMP Software Discussion Forum!


    We hope you'll find this forum useful as a place to connect with other users of JMP Software, pose questions and share your expertise in using JMP. Topics may include, but are not limited to: data visualization, Design of Experiments (DOE), exploratory data mining, programming with the JMP Scripting Language (JSL), quality, statistical procedures using JMP and Visual Six Sigma.

    Please note that thi...

    Discussions |
    Jan 12, 2009 7:24 AM
    5867 views | 0 replies
view all discussions