aggregateDesigns {RItools} | R Documentation |
Aggregate DesignOptions
Description
Totals up all the covariates, as well as user-provided unit weights. (What it does to NotMissing entries is described in docs for DesignOptions class.)
Usage
aggregateDesigns(design)
Arguments
design |
DesignOptions |
Details
If design@Cluster
has extraneous (non-represented) levels, they will be dropped.
Value
another DesignOptions representing the clusters
[Package RItools version 0.3-4 Index]