rlassoTE
Objects of class rlassoTE
are constructed by rlassoATE
, rlassoATET
, rlassoLATE
, rlassoLATET
.
print.rlassoTE
prints and displays some information about fitted rlassoTE
objects.
summary.rlassoTE
summarizes information of a fitted rlassoTE
object.
confint.rlassoTE
extracts the confidence intervals.
# S3 method for rlassoTE
print(x, digits = max(3L, getOption("digits") - 3L), ...)# S3 method for rlassoTE
summary(object, digits = max(3L, getOption("digits") - 3L), ...)
# S3 method for rlassoTE
confint(object, parm, level = 0.95, ...)
an object of class rlassoTE
number of significant digits in printout
arguments passed to the print function and other methods
an object of class rlassoTE
a specification of which parameters are to be given confidence intervals, either a vector of numbers or a vector of names. If missing, all parameters are considered.
confidence level required.