greedy.wilks(X, ...)
## S3 method for class 'default':
greedy.wilks(X, grouping, niveau = 0.2, ...)
## S3 method for class 'formula':
greedy.wilks(formula, data = NULL, ...)groups ~ x1 + x2 + ...niveauformula of the form response ~ list + of + selected + variablesresults containing the following variables:stepclass, manovadata(B3)
gw_obj <- greedy.wilks(PHASEN ~ ., data = B3, niveau = 0.1)
gw_obj
## now you can say stuff like
## lda(gw_obj$formula, data = B3)Run the code above in your browser using DataLab