Model-class {FEST}R Documentation

Class "Model"

Description

Contains true and alternative pairwise family relations. An object of class Model is used as input to SimulationStudy.

Details

Models are set by the function SetModels.

Objects from the Class

Objects can be created by calls of the form new("Model", ...).

Slots

true:
True family relations.
alternative:
Alternative family relations. Specfied for each true family relation.

Methods

No methods defined with class "Model" in the signature.

Author(s)

Oivind Skare oivind.skare@medisin.uio.no

See Also

SetModels, SimulationStudy

Examples

  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"))

[Package FEST version 0.06 Index]