Description Usage Arguments Details Value Examples
Data mining to learn the graph.
1 | ising_search(Y, IC = "BIC", progress = TRUE)
|
Y |
A data matrix of dimensions n (observations) by p (nodes). |
IC |
Character string. The desired information criterion. Options include
|
progress |
Logical. Should a progress bar be included (defaults to |
Only backwards selection is currently implemented.
An object of class ising_search
, including wadj
(weighted adjacency matrix)
and adj
(adjacency matrix).
1 2 3 4 5 | # data
Y <- ifelse( ptsd[,1:5] == 0, 0, 1)
# search data
fit <- ising_search(Y)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.