Learn R Programming

BSL (version 3.0.0)

penbsl: S3 reference class of the result from tuning to select the optimal penalty for BSLasso

Description

Two functions (print and plot) are provided for class ``penbsl".

Usage

# S3 method for penbsl
print(x, digits = max(3L, getOption("digits") - 4L),
  ...)

# S3 method for penbsl plot(x, logscale = TRUE, ...)

Arguments

x

A ``penbsl" class object, typically the output of function selectPenalty.

digits

The number of digits to print.

...

Other arguments.

logscale

A logical indicator whether the x-axis (penalty) should be log transformed. The default is TRUE.