fnets.glmnet: Implementing cv.glmnet for VAR estimation

View source: R/idio.R

fnets.glmnetR Documentation

Implementing cv.glmnet for VAR estimation

Description

Implementing cv.glmnet for VAR estimation

Usage

fnets.glmnet(
  xx,
  lambda = NULL,
  var.order = 1,
  tuning.args = list(tuning = c("cv", "bic"), n.folds = 1, penalty = NULL, path.length =
    10),
  n.cores = 1,
  q = q
)

Dom-Owens-UoB/fnets documentation built on Nov. 22, 2024, 7:09 a.m.