Learn R Programming

CovSel (version 1.2.1)

summary.cov.sel: Summary

Description

This function produce a summary of the results of the covariate selection done by invoking cov.sel.

Usage

# S3 method for cov.sel
summary(object, ...)

Value

X.T

subset X.T

X.0

subset X.0

X.1

subset X.1

Q.0

subset Q.0

Q.1

subset Q.1

Z.0

subset Z.0

Z.1

subset Z.1

method

The method

Q.0comp

The complement subset of covariates to Q.0

Q.1comp

The complement subset of covariates to Q.1

Z.0comp

The complement subset of covariates to Z.0

Z.1comp

The complement subset of covariates to Z.1

Arguments

object

The list that cov.sel returns

...

additional arg

Author

Emma Persson, <emma.persson@umu.se>

Details

Function gives subsets, method and removed variables.