ZOLD-validVarTypes: Old: Admissible variable types in gmData objects

zzz-validVarTypesR Documentation

Old: Admissible variable types in gmData objects

Description

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.

Usage

validVarTypes()

Value

A character vector with the names of the admissible variable types.

Author(s)

Søren Højsgaard, sorenh@math.aau.dk,
Claus Dethlefsen, cld@rn.dk

See Also

gmData

Examples

oldtypes <- validVarTypes()
validVartypes <- function() c(oldtypes, "MyVarType")
validVartypes()

hojsgaard/gRbase documentation built on Jan. 10, 2024, 9:40 p.m.