methods.rlassoIVselectZ function

Methods for S3 object rlassoIVselectZ

Methods for S3 object rlassoIVselectZ

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

## S3 method for class 'rlassoIVselectZ' print(x, digits = max(3L, getOption("digits") - 3L), ...) ## S3 method for class 'rlassoIVselectZ' summary(object, digits = max(3L, getOption("digits") - 3L), ...) ## S3 method for class 'rlassoIVselectZ' confint(object, parm, level = 0.95, ...)

Arguments

  • x: an object of class rlassoIVselectZ
  • digits: significant digits in printout
  • ...: arguments passed to the print function and other methods
  • object: an object of class rlassoIVselectZ
  • 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: confidence level required.
  • Maintainer: Martin Spindler
  • License: MIT + file LICENSE
  • Last published: 2024-02-14

Useful links