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 |
... |
additional arg |
Details
Function gives subsets, method and removed variables.
Value
X.T |
subset |
X.0 |
subset |
X.1 |
subset |
Q.0 |
subset |
Q.1 |
subset |
Z.0 |
subset |
Z.1 |
subset |
method |
The method |
Q.0comp |
The complement subset of covariates to |
Q.1comp |
The complement subset of covariates to |
Z.0comp |
The complement subset of covariates to |
Z.1comp |
The complement subset of covariates to |
Author(s)
Emma Persson, <emma.persson@umu.se>
[Package CovSel version 1.2.1 Index]