gModel-class {gRbase} | R Documentation |
The general class gModel
contains a formula object and a
gmData
object. Implementations of different
specific graphical model classes can inherit from this class and
provide methods for parsing the formula. This is illustrated in the
implementation of a class for hierarchical log–linear models, hllm
.
Objects can be created by calls of the form new("gModel", ...)
.
~~ describe objects here ~~
formula
:"formula"
holding the
formal definition of the model in a format that is understood by
the specific graphical model class. gmData
:"gmData"
holding meta
data information about variables. No methods defined with class "gModel" in the signature.
Søren Højsgaard, sorenh@agrsci.dk,
Claus Dethlefsen, dethlef@math.aau.dk