rlassoEffects
Objects of class rlassoEffects
are constructed by rlassoEffects
.
print.rlassoEffects
prints and displays some information about fitted rlassoEffect
objects.
summary.rlassoEffects summarizes information of a fitted rlassoEffect
object and is described at summary.rlassoEffects
.
confint.rlassoEffects
extracts the confidence intervals.
plot.rlassoEffects
plots the estimates with confidence intervals.
# S3 method for rlassoEffects
print(x, digits = max(3L, getOption("digits") - 3L), ...)# S3 method for rlassoEffects
confint(object, parm, level = 0.95, joint = FALSE, ...)
# S3 method for rlassoEffects
plot(
x,
joint = FALSE,
level = 0.95,
main = "",
xlab = "coef",
ylab = "",
xlim = NULL,
...
)
an object of class rlassoEffects
significant digits in printout
arguments passed to the print function and other methods.
an object of class rlassoEffects
a specification of which parameters are to be given confidence intervals among the variables for which inference was done, either a vector of numbers or a vector of names. If missing, all parameters are considered.
confidence level required
logical, if TRUE
joint confidence intervals are calculated.
an overall title for the plot
a title for the x axis
a title for the y axis
vector of length two giving lower and upper bound of x axis