cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
  • JMP 19 is here! See the new features at jmp.com/new.
  • Register to attend Discovery Summit 2025 Online: Early Users Edition, Sept. 24-25.

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

  • Saving and replacing a data table with an existing newly generated one

    Everything goes fine but the update ddata table does not want to replace the original AgencyStayLBL. It ends up as "AgencyStayLBL 2".Could someone tell me what am I doing wrong please?dtagencystay = Open( "/Users/..../AgencyStayLBL.jmp" );dtrealdata = Open( "/Users/.../AgencyStayREALDATA.xls" );dtagencystay << Join(  With( Data Table( "REALDATA" ) ),  Update,  Suppress formula evaluation( 0 ),  By...

    saitcopuroglu saitcopuroglu
    Discussions |
    Mar 26, 2015 10:30 PM
    3510 views | 2 replies
  • Mixed mode weibull models? Does anyone know if this can be done in JMP, where JMP would segregate the data automatically?

    I am attempting to move my Reliability modeling to JMP, but one of the types of models we will occasionally look at is mixed failure mode (or multi-modal) models.  I can't seem to figure out how to do this in JMP.  I am also not talking about competing cause models (i can do those), but more where i would put my failures in, and allow the tools to segment my failures.Any help would be appreciated.

    bfoulkes bfoulkes
    Discussions |
    Mar 26, 2015 11:47 AM
    3431 views | 1 replies
  • How to measure the effect size of fixed effects in a mixed model including random factors ?

    Hi,I am analyzing a model (Personality: Standards Least Squares, Method REML) with 3 Fixed Effects and 4 random Effects.I can see on the report the contribution of the variance of each random effect, but I cannot find where can I calculate the effect size of my fixed Effects.Any help, will be greatly appreciated.CheersJennifer.

    Anonymous Anonymous
    Discussions |
    Mar 26, 2015 7:25 AM
    11346 views | 2 replies
  • Point-Biserial Correlation

    A question came up regarding Point-Biserial correlation coefficient .. Here are the references that were cited.  Here are the references:1. http://www.andrews.edu/~calkins/math/edrm611/edrm13.htm#POINTB)2. http://en.wikipedia.org/wiki/Point-biserial_correlation_coefficientI am interested in knowing how this can be done in JMP.ThanksPrakash

    sursangeet1 sursangeet1
    Discussions |
    Mar 25, 2015 4:41 AM
    4505 views | 0 replies
  • How to calculate the HSD (or LSD?) value using Tukey?

    Can anyone help me calculate/get this value? I want to include it in graphs, but I can't figure out how to do it. An old post tried to explain how to do it:"After you've run your "Fit Model" dialog, go to the "Effect Details" tab, and expand that.  You'll find there a tab for each of the factors you've included in the model, each of which has a red triangle on the tab.  Click on that red triangle,...

    cgva cgva
    Discussions |
    Mar 24, 2015 10:37 AM
    15112 views | 1 replies

Latest Discussions

  • Saving and replacing a data table with an existing newly generated one

    Everything goes fine but the update ddata table does not want to replace the original AgencyStayLBL. It ends up as "AgencyStayLBL 2".Could someone tell me what am I doing wrong please?dtagencystay = Open( "/Users/..../AgencyStayLBL.jmp" );dtrealdata = Open( "/Users/.../AgencyStayREALDATA.xls" );dtagencystay << Join(  With( Data Table( "REALDATA" ) ),  Update,  Suppress formula evaluation( 0 ),  By...

    saitcopuroglu saitcopuroglu
    Discussions |
    Mar 26, 2015 10:30 PM
    3510 views | 2 replies
  • Mixed mode weibull models? Does anyone know if this can be done in JMP, where JMP would segregate the data automatically?

    I am attempting to move my Reliability modeling to JMP, but one of the types of models we will occasionally look at is mixed failure mode (or multi-modal) models.  I can't seem to figure out how to do this in JMP.  I am also not talking about competing cause models (i can do those), but more where i would put my failures in, and allow the tools to segment my failures.Any help would be appreciated.

    bfoulkes bfoulkes
    Discussions |
    Mar 26, 2015 11:47 AM
    3431 views | 1 replies
  • Point-Biserial Correlation

    A question came up regarding Point-Biserial correlation coefficient .. Here are the references that were cited.  Here are the references:1. http://www.andrews.edu/~calkins/math/edrm611/edrm13.htm#POINTB)2. http://en.wikipedia.org/wiki/Point-biserial_correlation_coefficientI am interested in knowing how this can be done in JMP.ThanksPrakash

    sursangeet1 sursangeet1
    Discussions |
    Mar 25, 2015 4:41 AM
    4505 views | 0 replies
  • writing negative exponents in graph axis titles

    I frequently need to use negative exponents to express units like grams per cubic centimeter g cm^-3 and so on in axis titles, labels etc. How can I do this in JMP? I've found no satisfying answer to this question online. Is there a scripting workaround?Thanks!

    robert_d_ robert_d_
    Discussions |
    Mar 20, 2015 12:33 PM
    6804 views | 4 replies
  • Data Filter to select missing

    Hi,   I am attempting script a plot Y by X plot and constrain the rows to those missing in column Z.  I am modifying some existing code and the local filter is defined as     Add Filter( columns( :Fid_data_check ), Where( :Fid_data_check == "not found" ) ) but this depended on the creation of a column externally in Excel that was either "OK" or "Not Found".  I am moving the entire workflow to eli...

    Hegedus Hegedus
    Discussions |
    Mar 17, 2015 6:13 PM
    5913 views | 1 replies

Latest Discussions

  • Point-Biserial Correlation

    A question came up regarding Point-Biserial correlation coefficient .. Here are the references that were cited.  Here are the references:1. http://www.andrews.edu/~calkins/math/edrm611/edrm13.htm#POINTB)2. http://en.wikipedia.org/wiki/Point-biserial_correlation_coefficientI am interested in knowing how this can be done in JMP.ThanksPrakash

    sursangeet1 sursangeet1
    Discussions |
    Mar 25, 2015 4:41 AM
    4505 views | 0 replies
  • Degrees of freedom in post-hoc t-tests

    Hi, I have a question regarding the post-hoc t-tests in JMP. I run a repeated measures ANOVA with one random and two fixed factors. The two-way interaction between the fixed factors is included. (Y=random(A) + A + B + A*B). Following a significant A*B effect, I use the 'effect details' option to do post-hoc t-tests, Bonferroni-corrected for the number of comparisons. But. When I chose 'detailed co...

    janicke_nordgre janicke_nordgre
    Discussions |
    Feb 23, 2015 4:15 AM
    4074 views | 0 replies
  • How can I change the group means line color in the Variability Chart Platform? There is not an option to do so in the Customize menu. Thanks!

    How can I change the group means line color in the Variability Chart Platform? There is not an option to do so in the chart's Customize menu. Thanks!

    poorva_limaye poorva_limaye
    Discussions |
    Feb 9, 2015 6:10 AM
    3036 views | 0 replies
  • How to calculate the very basics incredible basics

    I have a data set and use tabulate to summarize the data and publish in the exportable interactive HTML form (implementing in a website where exporting to excel does not help).However I am unable to do it. The bottom tabulate takes the mean of several rows and I need as an aggregate the sum of those means which should be 827102,270 or vica versaI could add the sum of rows and I would need the mean...

    saitcopuroglu saitcopuroglu
    Discussions |
    Feb 6, 2015 6:52 AM
    3906 views | 0 replies
  • test statistics on odds ratios in logistic regression

    I've been using logistic regression with multiple categorical predictors.  I'm particularly interested in the odds ratios, and I understand how the odds ratios themselves are calculated, but I'm having trouble understanding how the test statistics associated with each odds ratio are calculated.  JMP gives the disclaimer "Tests and confidence intervals on odds ratios are likelihood ratio based."  M...

    mjahnke mjahnke
    Discussions |
    Dec 5, 2014 11:03 PM
    3681 views | 0 replies
view all discussions