Old: Admissible variable types in gmData objects
The variable types in a gmData
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 the
example.
validVarTypes()
A character vector with the names of the admissible variable types.
Søren Højsgaard, sorenh@math.aau.dk,
Claus Dethlefsen, cld@rn.dk
oldtypes <- validVarTypes() validVartypes <- function() c(oldtypes, "MyVarType") validVartypes()
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.