summary.bcmmrm {bcmixed}R Documentation

Summarize a bcmmrm Object.

Description

Additional information about the Box-Cox transformed MMRM analysis represented by object is extracted and included as components of object.

Usage

## S3 method for class 'bcmmrm'
summary(object, robust = TRUE, ssadjust = TRUE, ...)

Arguments

object

an object inheriting from class "bcmmrm", representing the Box-Cox transformed MMRM analysis.

robust

an optional logical value used to specify whether to apply the robust inference. The default is TRUE.

ssadjust

an optional logical value used to specify whether to apply the empirical small sample adjustment. The default is TRUE.

...

some methods for this generic require additional arguments. None are used in this method.

Value

an object inheriting from class summary.bcmmrm with all components included in object (see glsObject for a full description of the components) plus the following components:

median

a list including inference results of the model median for specified values of robust and ssadjust.

meddif

a list including inference results of the model median difference for specified values of robust and ssadjust.

robust

a specified value of robust.

ssadjust

a specified value of ssadjust.

See Also

bcmmrm, bcmmrmObject, summary

Examples

 data(aidscd4)
 resar <- bcmarg(cd4 ~ as.factor(treatment), aidscd4, weekc, id, "AR(1)")
 summary(resar)


[Package bcmixed version 0.1.4 Index]