View source: R/estimate_network.R
| build_ising | R Documentation |
Convenience wrapper for build_network(method = "ising").
Computes L1-regularized logistic regression network for binary data.
build_ising(data, ...)
data |
Data frame (sequences or per-observation frequencies) or a square symmetric matrix (correlation or covariance). |
... |
Additional arguments passed to |
A netobject (see build_network).
build_network
bin_data <- data.frame(matrix(rbinom(200, 1, 0.5), ncol = 5))
net <- build_ising(bin_data)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.