powered by
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)
A cnorm object
A data object from 'prepareData', or from 'rankByGroup' and 'computePower'
Object obtained from the bestModel function
if (FALSE) { data <- prepareData(elfe) model <- bestModel(data, k = 4) model.cnorm <- buildCnormObject(data, model) }
Run the code above in your browser using DataLab