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 " |
robust |
an optional logical value used to specify whether to apply
the robust inference. The default is |
ssadjust |
an optional logical value used to specify whether to apply
the empirical small sample adjustment. The default is |
... |
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
andssadjust
.meddif
a list including inference results of the model median difference for specified values of
robust
andssadjust
.robust
a specified value of
robust
.ssadjust
a specified value of
ssadjust
.
See Also
Examples
data(aidscd4)
resar <- bcmarg(cd4 ~ as.factor(treatment), aidscd4, weekc, id, "AR(1)")
summary(resar)