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

  • scene parallel to data tables calculations

    Hello.
    I am trying to make a scene in order to hide the calculations that I do in a data table
    (It takes 1 minute)
    Unfortunately I can’t hide the data table, does somebody knows how to run a scene parallel to massive calculations in data tables, thanks a lot.

    pini

    pniel pniel
    Discussions |
    Oct 16, 2010 2:33 AM
    3484 views | 2 replies
  • post hoc tests for nonparametric data

    Hi

    I have a sinking feeling there is no quick fix to this but does anybody know how to run post hoc tests for nonparametric data in JMP? I am trying to compare 3 groups for differences in mean values such as visual acuity and neither the data nor the residuals are normally distributed in every instance. I have been performing Kruskal-Wallis analyses and then excluding groups to make the comparisons...

    Discussions |
    Sep 23, 2010 6:21 AM
    5513 views | 3 replies
  • How to populate additional column with a quantile value

    Hello,

    Is there a simple column formula that will populate the quantile of a value in a different column?

    For example:

    I have a column with the following values [1,2,3,4,5,6,7,8,9,10]. I would like to create a new column that will simply hold the quantile value of each of the values in my original column.

    I tried the quantile function in the Column Properties dialogue, but that doesn't seem to be the...

    sfkeydel sfkeydel
    Discussions |
    Sep 23, 2010 6:00 AM
    11393 views | 2 replies
  • Copy Columns With Formulas

    Is it possible to copy columns along with their formulas from one table to another? I have a table with 21 columns, each with their own unique formula, and I need to apply those formulas to a new dataset. Without having to copy the formulas one at a time, how do I do this?

    mad mad
    Discussions |
    Sep 16, 2010 9:22 AM
    16158 views | 5 replies
  • Remove Reference Line

    I have added a reference line to an Axis Box. Is there a way to move or remove this reference line in a script? The capability exists from the axis settings dialog, but, if it exists, the script message is not documented.

    Thanks

    jmp_jr jmp_jr
    Discussions |
    Sep 14, 2010 8:15 AM
    4653 views | 2 replies

Latest Discussions

  • scene parallel to data tables calculations

    Hello.
    I am trying to make a scene in order to hide the calculations that I do in a data table
    (It takes 1 minute)
    Unfortunately I can’t hide the data table, does somebody knows how to run a scene parallel to massive calculations in data tables, thanks a lot.

    pini

    pniel pniel
    Discussions |
    Oct 16, 2010 2:33 AM
    3484 views | 2 replies
  • post hoc tests for nonparametric data

    Hi

    I have a sinking feeling there is no quick fix to this but does anybody know how to run post hoc tests for nonparametric data in JMP? I am trying to compare 3 groups for differences in mean values such as visual acuity and neither the data nor the residuals are normally distributed in every instance. I have been performing Kruskal-Wallis analyses and then excluding groups to make the comparisons...

    Discussions |
    Sep 23, 2010 6:21 AM
    5513 views | 3 replies
  • How to populate additional column with a quantile value

    Hello,

    Is there a simple column formula that will populate the quantile of a value in a different column?

    For example:

    I have a column with the following values [1,2,3,4,5,6,7,8,9,10]. I would like to create a new column that will simply hold the quantile value of each of the values in my original column.

    I tried the quantile function in the Column Properties dialogue, but that doesn't seem to be the...

    sfkeydel sfkeydel
    Discussions |
    Sep 23, 2010 6:00 AM
    11393 views | 2 replies
  • Remove Reference Line

    I have added a reference line to an Axis Box. Is there a way to move or remove this reference line in a script? The capability exists from the axis settings dialog, but, if it exists, the script message is not documented.

    Thanks

    jmp_jr jmp_jr
    Discussions |
    Sep 14, 2010 8:15 AM
    4653 views | 2 replies
  • List Minus or Subtraction

    Hello all,

    Is there a way in JMP to subtract one list from another, kind of like a SQL MINUS? For example I want to do the following:

    biglist = {"a", "b", "c", "d", "e", "f", "g"};

    shortlist = {"a", "b", "c"};

    newlist = biglist MINUS shortlist;

    Newlist would be {"d", "e", "f", "g"};

    Thanks,
    Peter

    pmroz pmroz
    Discussions |
    Sep 9, 2010 4:08 PM
    4337 views | 4 replies

Latest Discussions

  • Mixed effects Models (REML) in JMP-understanding the denominator DF

    I am attempting to run mixed effects models (using the REML method) in the fit model platform in JMP 8.0.1. I have two random factors and two fixed factors. I have run the same model for two different response variables (so the structure, number of reps etc is identical) and am puzzled by the fact that the reported denominator DF in my fixed factor effect test report is not the same for both mo...

    Discussions |
    Aug 20, 2010 8:56 AM
    2887 views | 0 replies
  • Help for an experimentalist

    Is there a straightforward way to run a simple analysis of covariance, and receive the ANOVA table as output?

    How about any estimate of effect size, such as Cohen's d, Eta-squared, or Omega-squared?

    Any way to receive actual group means instead of least squares means in the post-hoc analyses? (see: http://onbiostatistics.blogspot.com/2009/04/least-squares-means-marginal-means-vs.html)

    Discussions |
    Jul 30, 2010 10:53 AM
    2436 views | 0 replies
  • 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
    2788 views | 0 replies
view all discussions