powered by
wrapper for function JGL fromo package "JGL"
jgl(X, lambda1, lambda2, ...)
data list
The tuning parameter for the graphical lasso penalty.
The tuning parameter for the fused or group lasso penalty.
optional parameters passed to JGL() from "JGL" package
a list of estimated precision matrix
# NOT RUN { library(JointNets) data(exampleData) result = jgl(exampleData,0.1,0.01) plot(result) # }
Run the code above in your browser using DataLab