jgl: wrapper for function JGL fromo package "JGL"

Description Usage Arguments Value Examples

View source: R/jgl.R

Description

wrapper for function JGL fromo package "JGL"

Usage

1
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

1
2
3
4
library(JointNets)
data(exampleData)
result = jgl(exampleData,0.1,0.01)
plot(result)

QData/JointNets documentation built on Nov. 17, 2019, 3:04 p.m.