Description Usage Arguments Value Examples
wrapper for function JGL fromo package "JGL"
1 |
X |
data list |
lambda1 |
The tuning parameter for the graphical lasso penalty. |
lambda2 |
The tuning parameter for the fused or group lasso penalty. |
... |
optional parameters passed to JGL() from "JGL" package |
a list of estimated precision matrix
1 2 3 4 | library(JointNets)
data(exampleData)
result = jgl(exampleData,0.1,0.01)
plot(result)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.