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

  • pareto graph in JMP-please help


    Hi ALlIam trying to draw a Pareto graph in JMP with the following columns in my excel. Can someone help me how to draw a pareto that has cost and cumulative percentage?Data:-PONC Summary                               Cost ($)         Cum%Operator Error                                    250000        65.8%Packaging/Hanlding                           34013           74.8%Assembly Realted           ...

    fr2007 fr2007
    Discussions |
    Jan 14, 2014 7:30 AM
    9631 views | 3 replies
  • How to create multiple reports in single layout

    How to create multiple reports in single layoutI have performed multiple analysis using different platforms, how can i combine the same in a single window for presentation and automate the same. Any help in this regards is appreciated

    sk1234 sk1234
    Discussions |
    Jan 12, 2014 9:02 PM
    14350 views | 3 replies
  • Simple Matrix Extraction

    Quick question about extracting a single column from a large matrix into a submatrix. Just as an example below: I want extract the second column from matrix P ( I want to pull out 2,5,8) and place it into a submatrix called A. However when I try to attempt it in this way, I am getting invalid matrix token error.P=[1 2 3, 4 5 6, 7 8 9];for(i=1,i<=3,i = i + 1,  A = [P[i,2]];);Should be really simple...

    mjaisit mjaisit
    Discussions |
    Jan 9, 2014 5:06 PM
    10572 views | 3 replies
  • Comparing means for implicit data in JMP

    Hi all,I have a data table with columns showing frequency of events (in my case skiing accidents in different regions in the united states). The first column contains the region names. I want to compare means of Males and Females (Males and Females are another two columns in the data table) who had skiing accidents irrespective of region. I know FIT Y by X can do this, but I don't have a Y as all ...

    mikethejumper mikethejumper
    Discussions |
    Jan 9, 2014 2:36 PM
    10733 views | 6 replies
  • Upper-tailed t-test in JMP

    In performing and upper-tailed t-test in JMP, the order of the predictor variables determines in which tail the p-value falls. However, the null hypothesis may not directly reflect this outcome. How do you reverse the order of the variables so that JMP does not pick which to give precedence. Example, if I want to perform a t-test for whether the mean of Female test scores are higher than Male test...

    memma memma
    Discussions |
    Jan 9, 2014 8:44 AM
    6523 views | 3 replies

Latest Discussions

  • Upper-tailed t-test in JMP

    In performing and upper-tailed t-test in JMP, the order of the predictor variables determines in which tail the p-value falls. However, the null hypothesis may not directly reflect this outcome. How do you reverse the order of the variables so that JMP does not pick which to give precedence. Example, if I want to perform a t-test for whether the mean of Female test scores are higher than Male test...

    memma memma
    Discussions |
    Jan 9, 2014 8:44 AM
    6523 views | 3 replies
  • Column name as variables

    Hi there,I have a question related to the column name convention. For example, I have a table contains the ages of students from several grades. age_grade1age_grade2age_grade3age_grade4age_grade5age_grade6age_grade7
    I like to define a parameter, so I can use "for" loop to do some data processing. 1: only select the non-empty rows.Parameter = "age_grade1" ;dtRaw << Select Where( Is Missing( Paramete...

    shasha shasha
    Discussions |
    Dec 13, 2013 11:04 AM
    7443 views | 1 replies
  • How do I recode indicator columns into one nominal (or ordinal) column?


    I have a data set that has been created with indicator columns for all nominal and ordinal variables (for the purpose of running a regression model). For instance, the variable "Marital Status" has 3 possible values, Single, Married, Divorced. The current data file has two columns for this one variable. A "1" in column one and a "0" in column two indicates "Single", a "0" in column one and a "1" i...

    jmpuser1234 jmpuser1234
    Discussions |
    Dec 2, 2013 1:19 PM
    3426 views | 1 replies
  • Multiple F-tests

    I am looking for a feature similar to the "Compare Means" -> "Each pair by Student's t" found under the "Oneway" "Fit X By Y" analysis option. That is, I want to perform an F-test between any two levels of the categorical X-axis variable, yielding the P-values for each test and hopefully also a "Connecting Letters Report" or something equivalent. Preferably I would like to do this for either one o...

    JesperJohansen JesperJohansen
    Discussions |
    Nov 28, 2013 4:41 AM
    2879 views | 0 replies
  • how do I add labels to a bar chart showing the N for each mean

    vertical bar chart, where each bar represents the mean(col name)? no problem, donenow we want to show the N for each of those means, right at the top of each columnhelp? thanks

    jmp_ingbean jmp_ingbean
    Discussions |
    Nov 21, 2013 7:54 AM
    4481 views | 2 replies

Latest Discussions

  • Multiple F-tests

    I am looking for a feature similar to the "Compare Means" -> "Each pair by Student's t" found under the "Oneway" "Fit X By Y" analysis option. That is, I want to perform an F-test between any two levels of the categorical X-axis variable, yielding the P-values for each test and hopefully also a "Connecting Letters Report" or something equivalent. Preferably I would like to do this for either one o...

    JesperJohansen JesperJohansen
    Discussions |
    Nov 28, 2013 4:41 AM
    2879 views | 0 replies
  • Bar chart with data table

    I need to create some graphs like the one shown in the picture below (Excel).What is important is that the bar groups are displayed with the individual data.I know that I can chart a bar graph and then insert a table below it. But wouldn't it be difficult make it look as nice as the Excel version.What would be an alternative solution that works just as good visually?Any help is greatly appreciated...

    peder peder
    Discussions |
    Nov 19, 2013 1:08 PM
    3395 views | 0 replies
  • Best method of analysis of multiple dependent variables in JMP

    I need a predictive model for two response variables (that are dependent on each other) and multiple independent variables.  I'm not very statistics-savvy but am comfortable with multiple regression; however, I'm not sure of the best way to approach a problem with multiple dependent variables.  I've been studying some of the approaches (MANOVA, MANCOVA, multivariate multiple regression, structural...

    kcros kcros
    Discussions |
    Sep 24, 2013 11:37 AM
    3226 views | 0 replies
  • How to do a clean uninstall of JMP9 on a Mac?

    Wondering if this is as simple as dragging the application package to the trash.  The OCD in me would like to also get rid of associated library and preference components.  The manuals and online resources don't give any direction.  And since I have JMP10 installed, I don't want to rip out resources shared with the new version. 

    uw_viromics uw_viromics
    Discussions |
    May 17, 2013 6:26 PM
    3560 views | 0 replies
  • Mean Diamond Confidence Intervals

    I'm doing a simple Oneway Analysis, ~10 groups each with # of data points ranging up to 20.I noticed that there are 2 95% CIs that are calculated:1.  One set for each group in the Means and Std Dev report below the chart, where CIs are calculated off of the Std Dev of each individual group2.  One set for the Anova, where the Std Dev of all groups are assumed to be the same (calculated off of the S...

    gugiyu gugiyu
    Discussions |
    Apr 23, 2013 2:39 PM
    4128 views | 0 replies
view all discussions