validVarTypes {gRbase} | R Documentation |
The variable types in a gmData-class
object must be from a
vector predefined types which may be
inspected by the command validVarTypes()
. The available types
may be extended by the package developers as demonstrated in demo(gmData)
. The
types of the variables are important for the way they are displayed
using the package dynamicGraph. The type is also important when
the models are fitted to data.
validVarTypes()
A character vector with the names of the admissible variable types.
Søren Højsgaard, sorenh@agrsci.dk,
Claus Dethlefsen, dethlef@math.aau.dk
gmData-class
, and demo(gmData)
oldtypes <- validVarTypes() validVartypes <- function() c(oldtypes, "MyVarType") validVartypes()