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 <- bcmmrm(outcome = cd4, group = treatment, data = aidscd4,
time = weekc, id = id, structure = "AR(1)",
glabel = c("Zid/Did", "Zid+Zal", "Zid+Did", "Zid+Did+Nev"))
summary(resar)