Displaying 1 result from an estimated 1 matches for "tp21598897p21599542".
2009 Jan 22
2
Standard errors of least squares adjusted means
Hello,
I have the following model:
lm.7 <- lm(Y ~ F + C1 + C2 , data = EM4)
F is a 4-level factor, the rest are covariates centered at their mean (Y
is a two-column matrix).
I have tried to find functions to give the model-adjusted means
(adjusted at the covariates'means) and their standard deviations for each.
(That is, what I believe is called in SAS "least square or LS-means,