View source: R/summary.bcmmrm.R
| summary.bcmmrm | R Documentation |
Additional information about the Box-Cox transformed MMRM analysis
represented by object is extracted and included as components
of object.
## S3 method for class 'bcmmrm'
summary(object, robust = TRUE, ssadjust = TRUE, ...)
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. |
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:
mediana list including inference results of the model median
for specified values of robust and ssadjust.
meddifa list including inference results of the model median
difference for specified values of robust and
ssadjust.
robusta specified value of robust.
ssadjusta specified value of ssadjust.
bcmmrm, bcmmrmObject,
summary
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)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.