cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
The Discovery Summit 2025 Call for Content is open! Submit an abstract today to present at our premier analytics conference.

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

  • Returning to original script from which you called a function from in another file.

    I have one script to where I want to run code in another file by using: Include("PATH"); How can I return to the original script and continue with running the code?

    Andyon98 Andyon98
    Discussions |
    Jun 28, 2022 6:34 AM
    666 views | 1 replies
  • which variation considered in MSA

    Hi Mark,I am new with using JMP. Just for clarification, what is the difference between Gauge R&R value in variance components for Gauge R&R results and the %Gauge R&R=100*(RR/TV) in Gauge R&R results. Which one is considered for MSA.

    Salam69 Salam69
    Discussions |
    Jun 28, 2022 2:52 AM
    689 views | 2 replies
  • Extract number adjacent to String

    Hi, can anybody help me to extract numbers adjacent to strings?I have column1 shown below, and expect to extract numbers adjacent to "HFA" (column2). I tried the following JSL, but could not get column2 that I expectNum( Regex( :Column 1, "(\d\d\d)HFA | HFA(\d\d\d)", "\1" ) ) column1column2400HFA isa300400isa300 HFA400400 Thank you for considering the question.

    AprioriFish3134 AprioriFish3134
    Discussions |
    Jun 27, 2022 3:34 PM
    2017 views | 7 replies
  • Unbalanced Control Treatment

    I have 4 N Rates (0, 140, 168, 224) and three N sources (CRU-60, CRU-75, U)Control or 0 N rate has no source attached to it as no fertilizer gets appliedWhen I run the main and interaction effects, the control does not get analyzed. Additionally, when I look at my anova, am I to expect to see a model with a df of 9 (3 N rate*3 N source + control)? If so, I am not getting that. I uploaded an exampl...

    MANOVALogKoala1 MANOVALogKoala1
    Discussions |
    Jun 27, 2022 1:05 PM
    2220 views | 3 replies
  • split plot unbalanced number of replicates

    hello,I'm working on a large breeding experiment testing the effect of drought on different genotypes. We set the main plot to irrigation level ( 2 levels), and the sub plot is the genotype ( 300 genotypes), 280 of them replicate in all three blocks and 20 are only found in two of the block. is there a way to estimate main effect of this kind of experimental design on JMP? thanks, Roy    

    RoySadeh RoySadeh
    Discussions |
    Jun 27, 2022 10:41 AM
    901 views | 2 replies

Latest Discussions

  • which variation considered in MSA

    Hi Mark,I am new with using JMP. Just for clarification, what is the difference between Gauge R&R value in variance components for Gauge R&R results and the %Gauge R&R=100*(RR/TV) in Gauge R&R results. Which one is considered for MSA.

    Salam69 Salam69
    Discussions |
    Jun 28, 2022 2:52 AM
    689 views | 2 replies
  • Unbalanced Control Treatment

    I have 4 N Rates (0, 140, 168, 224) and three N sources (CRU-60, CRU-75, U)Control or 0 N rate has no source attached to it as no fertilizer gets appliedWhen I run the main and interaction effects, the control does not get analyzed. Additionally, when I look at my anova, am I to expect to see a model with a df of 9 (3 N rate*3 N source + control)? If so, I am not getting that. I uploaded an exampl...

    MANOVALogKoala1 MANOVALogKoala1
    Discussions |
    Jun 27, 2022 1:05 PM
    2220 views | 3 replies
  • split plot unbalanced number of replicates

    hello,I'm working on a large breeding experiment testing the effect of drought on different genotypes. We set the main plot to irrigation level ( 2 levels), and the sub plot is the genotype ( 300 genotypes), 280 of them replicate in all three blocks and 20 are only found in two of the block. is there a way to estimate main effect of this kind of experimental design on JMP? thanks, Roy    

    RoySadeh RoySadeh
    Discussions |
    Jun 27, 2022 10:41 AM
    901 views | 2 replies
  • How do you close a journal?

    I saw a similar post suggesting:window("Journal: Untitled")<<close window but unfortunately, this does not work. Does anyone else have anything else I can try? For reference, the journal is untitled.(Title is: "Journal: Unnamed *VALUE*").

    Andyon98 Andyon98
    Discussions |
    Jun 27, 2022 9:39 AM
    881 views | 3 replies
  • Is a mixture design required for a two component mixture?

    I have a question about a mixture design that I am working on. The experiment in question is looking at the effect of blending different types of fluids on material compatibility. FactorsFluid_1 treat rate - the fraction of fluid A - 0-100Fluid_2 treat rate - the fraction of fluid B - 0-100Fluid_1 type - categorical, two levelsFluid_2 type - categorical, two levels Responseswell - continuous  A co...

    david_gillespie david_gillespie
    Discussions |
    Jun 27, 2022 8:21 AM
    2364 views | 5 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
    618 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
    484 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
    625 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
    781 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
    554 views | 0 replies
view all discussions