summary.cov.sel {CovSel} | R Documentation |
This function produce a summary of the results of the covariate selection done by invoking cov.sel
.
## S3 method for class 'cov.sel'
summary(object, ...)
object |
The list that |
... |
additional arg |
Function gives subsets, method and removed variables.
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 |
Emma Persson, <emma.persson@umu.se>