lasso2 (version 1.2-15)

vcov.l1ce: Variance-Covariance Matrix of `l1ce' or `l1celist' Objects

Description

This is a method for the function vcov() for objects inheriting from class l1ce or l1celist (see help(l1ce.object) and help(l1celist.object)). See vcov for the general behavior of this function.

Usage

## S3 method for class 'l1ce':
vcov(object, type = c("OPT", "Tibshirani"),
    gen.inverse.diag = 0, ...)
## S3 method for class 'l1celist':
vcov(object, type = c("OPT", "Tibshirani"),
    gen.inverse.diag = 0, ...)

Arguments