Description Usage Arguments Value Examples
Extract the necessary ingredients to visualize the conditional dependence structure.
1 | get_graph(x)
|
x |
An object of class |
A list including two matrices (the weighted adjacency and adjacency matrices)
1 2 3 4 5 6 7 8 | # data
Y <- ptsd
# estimate graph
fit <- ggm_inference(Y, boot = FALSE)
# get info for plotting
get_graph(fit)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.