hierNet-internal {hierNet}R Documentation

Internal hierNet functions

Description

Internal hierNet functions

Usage

## S3 method for class 'hierNet'
print(x,...)
## S3 method for class 'hierNet.path'
print(x,...)
## S3 method for class 'hierNet.cv'
print(x,...)
## S3 method for class 'hierNet.cv'
plot(x,...)
critf.logistic(x, y, lam.l1, lam.l2, b0, bp, bn, th)
Objective(aa, x, y, lam.l1, lam.l2, xnum = NULL, zz = NULL, strong = TRUE, 
    sym.eps = 0.001)
Objective.logistic(aa, x, y, lam.l1, lam.l2, xnum = NULL, zz = NULL, strong = TRUE, 
    sym.eps = 0.001) 
compute.interactions.c(x, diagonal = TRUE)

Details

These are internal functions, not to be called by the user.

Author(s)

Jacob Bien and Robert Tibshirani


[Package hierNet version 1.9 Index]