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

  • use a polynomial fit equation to predict new data

    I need to create a new column that uses a calculated "Polynomial Fit Degree=4" equation to predict a value.

    I have 97 different sites with monthly average temperature data. Therefor 97 different figures with a satisfactory line drawn through the 12 data points. Here is an example of one site's equation:

    T_AVE = 2.127629 + 0.0769089*DOY - 0.0015991*(DOY-183.083)^2 - 2.3911e-6*(DOY-183.083)^3 + 2.145...

    kray kray
    Discussions |
    Jul 15, 2010 1:22 PM
    11208 views | 4 replies
  • Confidence interval for Odd Ratio in nominal logistic regression

    In a prior post, someone indicated that CI's for the odds ratios were removed... does anyone have guidance on how to hand calculate these?

    I have the parameter estimate CI's and can do it easily for when a variable has only 2 levels, but am unsure of the formula when there are 3 or more.

    Thanks

    mhorva mhorva
    Discussions |
    Jul 15, 2010 8:52 AM
    5020 views | 5 replies
  • Overdispersion tests and Generalized Linear Models

    Hello,

    If I check the Overdispersion box when doing Generalized Linear Models in JMP8 do the resulting effect tests control for any overdispersion present in the data?

    Thanks for any help.
    SC.

    Discussions |
    Jul 15, 2010 2:12 AM
    4381 views | 2 replies
  • New Dynamic Linking Connections

    One of the great features of JMP is the dynamic linking between objects. However, if you make a tabulation (B) from a table (A), and then convert the tabulation to a table (C), any connection between the original table (A) and (C) is lost.

    Is there a way to add dynamic linking to connect two tables?

    Thanks,
    Peter

    pmroz pmroz
    Discussions |
    Jul 14, 2010 10:42 AM
    9025 views | 2 replies
  • "open" in JSL

    This is probably laughably simple but I'm brand new to scripting...

    I have written a script that manipulates a data table. That all works fine. Right now it just operates on the current data table.

    What I would like to have it do is actually import the raw text file as the first step when I run the script. However, I want to be able to select which file I'm importing and I want the script to auto...

    Discussions |
    Jul 13, 2010 12:43 PM
    12879 views | 4 replies

Latest Discussions

  • Confidence interval for Odd Ratio in nominal logistic regression

    In a prior post, someone indicated that CI's for the odds ratios were removed... does anyone have guidance on how to hand calculate these?

    I have the parameter estimate CI's and can do it easily for when a variable has only 2 levels, but am unsure of the formula when there are 3 or more.

    Thanks

    mhorva mhorva
    Discussions |
    Jul 15, 2010 8:52 AM
    5020 views | 5 replies
  • Overdispersion tests and Generalized Linear Models

    Hello,

    If I check the Overdispersion box when doing Generalized Linear Models in JMP8 do the resulting effect tests control for any overdispersion present in the data?

    Thanks for any help.
    SC.

    Discussions |
    Jul 15, 2010 2:12 AM
    4381 views | 2 replies
  • standard deviation in multi way ANOVA

    hello,
    i did a multiway ANOVA using 4 crossed factors . JMP shows a significant difference but i noticed that within a factor the standard deviation is exactly the same for all the variables
    i guess there must be something wrong but i don't know what i did wrong?
    would someone have any idea of what could cause that? or maybe some one knows how the standard deviation is calculated in the multiway ANOV...

    Discussions |
    Jul 9, 2010 7:34 PM
    4799 views | 4 replies
  • How to access the control chart variables

    Hi, I am trying to set the scale of the control chart to 0 whenever the LCL is lower then 0, does somebody knows how to do it?, I don’t know how to get the LCL from the report.
    Thank a lot, Pniel

    for(i=2, i<=ncol(tras), i++,
    vcontrol=vListBox(
    rrrr=Control Chart(
    Sample Label( :Date ),
    Group Size( 1 ),
    KSigma( 3 ),
    Chart Col( column(i), Individual Measurement )
    );
    //report(rrrr)[axisbox(1)]<//report(...

    Discussions |
    Jul 9, 2010 10:48 AM
    3443 views | 3 replies
  • Checking data with test limits

    Hi Guys,

    Is there any way I can check each cell value in a column against the column's test limits and decide if the test has passed or failed? For example if a column has 10 rows of data and if 5 out of the 10 rows fail the test limits for that column, I would like to see a message in a box that says column 'X' failed.

    Thanks.

    Discussions |
    Jun 29, 2010 1:20 PM
    6990 views | 13 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