coef.rlassoEffects: Coefficients from S3 objects 'rlassoEffects'

Description Usage Arguments Details

Description

Method to extract coefficients from objects of class rlassoEffects

Usage

1
2
3
## S3 method for class 'rlassoEffects'
coef(object, complete = TRUE,
  selection.matrix = FALSE, include.targets = FALSE, ...)

Arguments

object

an object of class rlassoEffects, usually a result of a call rlassoEffect or rlassoEffects.

complete

general option of the function coef.

selection.matrix

if TRUE, a selection matrix is returned that indicates the selected variables from each auxiliary regression. Default is set to FALSE.

include.targets

if FALSE (by default) only the selected control variables are listed in the selection.matrix. If set to TRUE, the selection matrix will also indicate the selection of the target coefficients that are specified in the rlassoEffects call.

...

further arguments passed to functions coef or print.

Details

Printing coefficients and selection matrix for S3 object rlassoEffects


hdm documentation built on May 2, 2019, 4:42 p.m.