hllm-class {gRbase}R Documentation

Class "hllm" ~~~

Description

~~ A concise (1-5 lines) description of what the class is. ~~

Objects from the Class

Objects can be created by calls of the form new("hllm", formula, gmData, marginal). ~~ describe objects here ~~

Slots

formula:
Object of class "formula" ~~
gmData:
Object of class "gmData" ~~

Extends

Class "gModel", directly.

Methods

addEdge
signature(object = "hllm"): ...
addVertex
signature(object = "hllm"): ...
coerce
signature(from = "hllm", to = "hllmloglin"): ...
coerce
signature(from = "hllm", to = "hllmloglm"): ...
dropEdge
signature(object = "hllm"): ...
dropVertex
signature(object = "hllm"): ...
dynamic.Graph
signature(object = "hllm"): ...
fit
signature(object = "hllm"): ...
Formula
signature(object = "hllm"): ...
Formula<-
signature(x = "hllm"): ...
getFit
signature(object = "hllm"): ...
gmData
signature(object = "hllm"): ...
initialize
signature(.Object = "hllm"): ...
modifyModel
signature(object = "hllm"): ...
summary
signature(object = "hllm"): ...
testEdge
signature(object = "hllm"): ...

Note

~~further notes~~

Author(s)

~~who you are~~

References

~put references to the literature/web site here ~

See Also

Examples

##---- Should be DIRECTLY executable !! ----

[Package Contents]