summary.cov.sel {CovSel}R Documentation

Summary

Description

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

Usage

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

Arguments

object

The list that cov.sel returns

...

additional arg

Details

Function gives subsets, method and removed variables.

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

Author(s)

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


[Package CovSel version 1.2.1 Index]