flmmdch {gausscov} | R Documentation |
It select =TRUE it calls fselect which removes all such subsets which are a subset of some other selected subset. The remaining ones are ordered according to the sum of squared residuals
flmmdch(y, x, p0 = 0.01, select = TRUE, intercept = TRUE, chkintercept = FALSE)
y |
The dependent variable |
x |
The covariates |
p0 |
Cut-off p-value for significance |
select |
If true use fselect |
intercept |
If true intercept included |
chkintercept |
Include intercept depending on p-value |
nv List of subsets with number of covariates and sum of squared residuals
data(redwine) flmmdch(redwine[,12],redwine[,1:11])