grbase_generics function

Compile and propagate functions

Compile and propagate functions

compile and propagate are generic functions which invoke particular methods which depend on the class of the first argument

fit(object, ...) compile(object, ...) propagate(object, ...) stepwise(object, ...)

Arguments

  • object: An object
  • ...: Additional arguments which depends on the class of the object

Returns

The value returned depends on the class of the first argument.

References

Højsgaard, Søren; Edwards, David; Lauritzen, Steffen (2012): Graphical Models with R, Springer

Author(s)

Søren Højsgaard, sorenh@math.aau.dk