| gengraph {ess} | R Documentation |
A generic and extendable structure for decomposable graphical models
Description
A generic structure for decomposable graphical models
Usage
gengraph(df, type = "fwd", q = 0.5, sparse_qic = TRUE)
Arguments
df |
Character data.frame |
type |
Character ("fwd", "bwd", "tree" or "tfwd") |
q |
Penalty term in the stopping criterion
where |
sparse_qic |
Logical. If |
Value
A gengraph object with child class type used for model selection.
See Also
adj_lst.gengraph, adj_mat.gengraph, fit_graph, walk.fwd, walk.bwd
Examples
gengraph(derma, type = "fwd")
gengraph(derma, type = "bwd")
[Package ess version 1.1.2 Index]