- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Get Direct Link
- Report Inappropriate Content
How to calculate Best Linear Unbiased Estimator (BLUEs) from Fit Model in JMP
I have an experiment with several different plant genotypes replicated across blocks. I fit a model where y = some plant trait and where the model effects are Block and Genotype.
I want to calculate the BLUEs for the trait values of each genotype, giving an adjusted mean trait value for each genotype after accounting for the effect of Block.
My intuition is that the BLUEs will be the Least Squares Means for Genotype in the model output. Is this correct, or are the BLUEs found somewhere else in the model output?
Accepted Solutions
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Get Direct Link
- Report Inappropriate Content
Re: How to calculate Best Linear Unbiased Estimator (BLUEs) from Fit Model in JMP
The BLUEs are the parameter estimates. See this reference. The REML procedure that is used by default in the case of a random effect includes an adjustment of the degrees of freedom. The BLUEs are used to compute the LS Means for the categorical levels of genotype.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Get Direct Link
- Report Inappropriate Content
Re: How to calculate Best Linear Unbiased Estimator (BLUEs) from Fit Model in JMP
See this help page for some related information.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Get Direct Link
- Report Inappropriate Content
Re: How to calculate Best Linear Unbiased Estimator (BLUEs) from Fit Model in JMP
The help page refers to best linear unbiased predictors (BLUPs) of random effects. However, to be more clear, I want to treat Genotype as a fixed effect and find the best linear unbiased estimates (BLUEs rather than BLUPs). I suspect that JMP calculates these but just does not name them as such. For example, as I said above, I wonder if the BLUEs are equivalent to the LS Means for Genotype (fixed effect), or perhaps I use the prediction equation to calculate them?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Get Direct Link
- Report Inappropriate Content
Re: How to calculate Best Linear Unbiased Estimator (BLUEs) from Fit Model in JMP
The BLUEs are the parameter estimates. See this reference. The REML procedure that is used by default in the case of a random effect includes an adjustment of the degrees of freedom. The BLUEs are used to compute the LS Means for the categorical levels of genotype.