Model-class {FEST} | R Documentation |
Contains true and alternative pairwise family relations. An object
of class Model
is used as input to
SimulationStudy
.
Models are set by the function SetModels
.
Objects can be created by calls of the form new("Model", ...)
.
true
:alternative
:No methods defined with class "Model" in the signature.
Oivind Skare oivind.skare@medisin.uio.no
models1 <- SetModels(trueModels=paste("HS-", 1:6, sep=""), altModels=c("true", "unrelated")) modelList <- paste("HS-", 1:5, sep="") models2 <- SetModels(trueModels=modelList, altModels=c(modelList, "unrelated"))