buildCnormObject | R Documentation |
Helper function to build a cnorm object from a data object and a model object from the bestModel function for compatibility reasons.
buildCnormObject(data, model)
data |
A data object from 'prepareData', or from 'rankByGroup' and 'computePower' |
model |
Object obtained from the bestModel function |
A cnorm object
## Not run:
data <- prepareData(elfe)
model <- bestModel(data, k = 4)
model.cnorm <- buildCnormObject(data, model)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.