hdm (version 0.3.1)

print.rlassoIVselectX: Methods for S3 object rlassoIVselectX

Description

Objects of class rlassoIVselectX are constructed by rlassoIVselectX. print.rlassoIVselectX prints and displays some information about fitted rlassoIVselectX objects. summary.rlassoIVselectX summarizes information of a fitted rlassoIVselectX object. confint.rlassoIVselectX extracts the confidence intervals.

Usage

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

# S3 method for rlassoIVselectX summary(object, digits = max(3L, getOption("digits") - 3L), ...)

# S3 method for rlassoIVselectX confint(object, parm, level = 0.95, ...)

Arguments

x

an object of class rlassoIVselectX

digits

significant digits in printout

...

arguments passed to the print function and other methods

object

an object of class rlassoIVselectX

parm

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.

level

the confidence level required.