View source: R/EBICglassoNet.R
EBICglassoNet | R Documentation |
short version of botnet::estimateNetwork(data, default = 'EBICglasso')
EBICglassoNet(data, ...)
data |
a data frame, each column presents a node, there should be no miss values in the data frame. |
... |
paramaters from |
data('mtcars')
EBICglassoNet(mtcars)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.