View source: R/class_gengraph.R
| gengraph | R Documentation |
A generic structure for decomposable graphical models
gengraph(df, type = "fwd", q = 0.5, sparse_qic = TRUE)
df |
Character data.frame |
type |
Character ("fwd", "bwd", "tree" or "tfwd") |
q |
Penalty term in the stopping criterion
where |
sparse_qic |
Logical. If |
A gengraph object with child class type used for model selection.
adj_lst.gengraph, adj_mat.gengraph, fit_graph, walk.fwd, walk.bwd
gengraph(derma, type = "fwd")
gengraph(derma, type = "bwd")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.