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

  • Selecting Colored Cells

    Hi - Is there a way to select cells that are colored from a specific column? So for example, I would like to select the two cells highlighted in orange below from column B so that I can subset those out.  

    dn610 dn610
    Discussions |
    Jun 23, 2022 11:51 AM
    1027 views | 1 replies
  • Creating statistical custom (formula) function which has byVar

    Related to this wish list item I created: Add normalization and robust statistical functions (and matrix functions) . I thought I could just try to write these as custom functions for now (even though I know it will be impossible to share them and have them updated for everyone), but I faced my first problem almost immediately: how to reference columns... When using Custom Formulas am I stuck usin...

    jthi jthi
    Discussions |
    Jun 23, 2022 9:31 AM
    2319 views | 5 replies
  • Any way to export Fit Model analysis results when fitting multiple responses?

    Hi everyone, I am currently trying to figure out if there is anyway to quickly pull data from a large analysis of several responses. For example, if I perform a DoE and analyze 10+ responses, it would be fantastic to pull out data from the analysis of each result, such as parameter estimates and sqrt variance components (as when performing REML on random blocks).  Currently, I am having to scroll ...

    mattdalp mattdalp
    Discussions |
    Jun 23, 2022 9:22 AM
    2287 views | 5 replies
  • How to get DFBETAs in JMP

    Hello - I am running a regression analysis and am able to get Cook's D.  I was wondering if there is a way to get DFBETAs.  Thanks in advance for any feedback!Joni

    jnunner jnunner
    Discussions |
    Jun 23, 2022 8:43 AM
    1515 views | 3 replies
  • How to compare multiple straight lines ? (y=ax+b)

    Good day, I have some problem with this.day: 1,2,3,4,5operator: a,b,c,drun in a day: r1, r2, r3every run has 2 observed value: o1, o2 above data combination will be created for, 0 mg/mL, 1mg/mL, 30mg/mL,concluding that One regression line (y= concentration, x= observed value).  Since I wanted to figure out how variable the individual observed value are,tried many methods but somewhat not satisfyin...

    MikeKim MikeKim
    Discussions |
    Jun 23, 2022 6:33 AM
    4407 views | 8 replies

Latest Discussions

  • Creating statistical custom (formula) function which has byVar

    Related to this wish list item I created: Add normalization and robust statistical functions (and matrix functions) . I thought I could just try to write these as custom functions for now (even though I know it will be impossible to share them and have them updated for everyone), but I faced my first problem almost immediately: how to reference columns... When using Custom Formulas am I stuck usin...

    jthi jthi
    Discussions |
    Jun 23, 2022 9:31 AM
    2319 views | 5 replies
  • Mixture DOE Constraints

    I am a new user for JMP, I am trying to create a design of experiment for a mixture. I have four factors in my experiment : resin, plasticizer, Modifier A, Modifier B. I do not want Modifier A to be in the same batch with Modifier B. I want Modifier A or Modifier B not both. How do I create a constraint to disallow these two ingredients to be together in the same run?

    Alpaca0920 Alpaca0920
    Discussions |
    Jun 23, 2022 5:37 AM
    1941 views | 5 replies
  • Using formula

    Hello  everyone, i am wondering if there is anyone that can help with a formula problem. I would like to compare two different columns and result the values in a third column but i cannot find a versus formula on jmp. Any ideas or suggestions are highly appreciated. Thank you!

    OmegaKoala673 OmegaKoala673
    Discussions |
    Jun 22, 2022 6:51 AM
    933 views | 2 replies
  • Non-parametric test

    Good day,I would like assistance with the ANOVA equivalent for a non-parametric test.I understand that to do this there are several options in JMP, one which is the The Kruskal-Wallis test, however, I am stuck on how to use this for:1. Two/three way type of ANOVA in the case of a parametric test.2. When I try using the Fit Y by X option using Steel-Dwass there are no option for connecting letters....

    Gabriel Gabriel
    Discussions |
    Jun 21, 2022 7:32 AM
    865 views | 1 replies
  • Use Local Data Filter for Cpk Chart

    Hi JMP Community,Below is the report that I want to generate. I would like to see individual reports for SI1 to SI10 (values in "Process" column) by changing the filter inside Local Data Filter. Since I would like this process to be automated in the future, I exported the script of it. But when I ran the script again, error occurred. Can anyone help to identify the error in the script? I suspect i...

    AsymptoticBat64 AsymptoticBat64
    Discussions |
    Jun 21, 2022 7:29 AM
    957 views | 1 replies

Latest Discussions

  • Urgent: covariance parameter estimates are all zero (i.e. estimate, Std error, confidence interval)

    Dear All,I have been analysing a two factorial (3*4) RCBD repeated measures design by using the mixed model approach in JMP. Above is a section of the report I got. Why are the estimates zero. Other information include about the analysis include:1. 14 continuous variables measured four times at unequal time periods2. All the three covariance structures I tried (AR1, Toeplizt and spatial power) had...

    MomentMonster90 MomentMonster90
    Discussions |
    Jun 13, 2022 5:53 AM
    783 views | 0 replies
  • Validate column values (make sure all values in column follow a specific pattern)

    Is there a better way rather than iteration of all the rows to validate values in column? Let's say before making something with the column I want to make sure that all values in column match specific Regex. Like so:!IsMissing(Regex(Column(myColumn)[1], "^\w+(\d{3})\w+$", "\1"))I can iterate through each row to make sure that all of them match, but maybe there is a better way?  

    miguello miguello
    Discussions |
    May 6, 2022 11:09 AM
    631 views | 0 replies
  • SUR (Seemingly Unrelated Regressions)

    HI, How to find estimators of FGNLS and NLS (Seemingly Unrelated Regressions) Using JmpPro.# Note that it is present in SAS in the proc syslin
    and it is in stat in the nlsur command Regards

    Raaed Raaed
    Discussions |
    May 5, 2022 4:45 PM
    775 views | 0 replies
  • Friedman post hoc analysis

    Hello, I am trying to do a matched sample analysis across three different factors. I wanted to:1. Confirm that my sample would be what I pick for 'Block" when I do Fit Y by X when running Friedman's test2. Is there a post hoc analysis in JMP that I can use? I dont see Nemenyi or Conover as an optionThanks for your time.  

    pnakashe pnakashe
    Discussions |
    May 5, 2022 12:02 PM
    997 views | 0 replies
  • JMP script: Script Alarm Control chart- Table with atypical batch number and values

    Hello everyone,I am trying to make a table with the OOT (out of Trend) batches with their respective "atypical" values.I used for that the "script alarm" function as I could found some exemples on the JMP community. Here is my script:  z_KSigmaZ =1.4; // Création de la Carte de controle si N catégories > 5 Names Default To Here( 1 ); If(N Items(Associative Array(:"RNS/NS tordu (srg)")) > 5, Gr...

    Sebastienlg Sebastienlg
    Discussions |
    Apr 29, 2022 6:29 AM
    701 views | 0 replies
view all discussions