get.model.spec {CNVtools} | R Documentation |
Internal function to parse the formulas and extract codes for the model, as well as number of parameters
get.model.spec(model.component, model.mean, model.var, model.nu, design.matrix.mean, design.matrix.variance, ncomp, nbatch)
model.component |
|
model.mean |
|
model.var |
|
model.nu |
|
design.matrix.mean |
|
design.matrix.variance |
|
ncomp |
|
nbatch |
A list with two components: model code and number of parameters of the model.
Vincent Plagnol and Chris Barnes