print.rlassoEffects | R Documentation |
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 class 'rlassoEffects'
print(x, digits = max(3L, getOption("digits") - 3L), ...)
## S3 method for class 'rlassoEffects'
confint(object, parm, level = 0.95, joint = FALSE, ...)
## S3 method for class 'rlassoEffects'
plot(
x,
joint = FALSE,
level = 0.95,
main = "",
xlab = "coef",
ylab = "",
xlim = NULL,
...
)
x |
an object of class |
digits |
significant digits in printout |
... |
arguments passed to the print function and other methods. |
object |
an object of class |
parm |
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. |
level |
confidence level required |
joint |
logical, if |
main |
an overall title for the plot |
xlab |
a title for the x axis |
ylab |
a title for the y axis |
xlim |
vector of length two giving lower and upper bound of x axis |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.