Learn R Programming

gRbase (version 0.1.2)

gModel-class: Class "gModel" - graphical models

Description

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.

Arguments

Objects from the Class

Objects can be created by calls of the form new("gModel", ...). ~~ describe objects here ~~

Methods

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

See Also

gmData-class