Description Usage Arguments Details Value Note Author(s) References See Also Examples
Compute the effective sample sizes associated with the parameter estimates of a general linear model fitted via gls.
1  | ESSgls(model, IDcolumn)
 | 
model | 
 A general linear model fit of class   | 
IDcolumn | 
 An integer giving the number of the column in the   | 
The data.frame used for model fitting must be sorted along the ID variable, otherwise you might get mock results!
A vector giving the effective sample sizes associated with the estimated parameters of the gls model.
Models with multiple hierarchical levels are currently not supported.
Philip Pallmann pallmann@biostat.uni-hannover.de
Faes, C., Molenberghs, G., Aerts, M., Verbeke, G., Kenward, M. G. (2009) The effective sample size and an alternative small-sample degrees-of-freedom method. The American Statistician, 63(4), 389–399.
1 2 3 4 5 6  | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.