Learn R Programming

JointNets (version 2.0.1)

jgl: wrapper for function JGL fromo package "JGL"

Description

wrapper for function JGL fromo package "JGL"

Usage

jgl(X, lambda1, lambda2, ...)

Arguments

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

Value

a list of estimated precision matrix

Examples

Run this code
# NOT RUN {
library(JointNets)
data(exampleData)
result = jgl(exampleData,0.1,0.01)
plot(result)
# }

Run the code above in your browser using DataLab