View source: R/stepdisc.calc.R
stepdisc.calc | R Documentation |
This function perform stepwise discriminant analysis.
stepdisc.calc(object, FToEnter = 0.15, FToStay = 0.15)
object |
an object of class |
FToEnter |
significance levels for a variable to enter the subset. |
FToStay |
significance levels for a variable to stay in the subset. |
The stepdisc.calc
function performs a stepwise discriminant analysis to select the “best” subset of the quantitative variables for use in discriminating among the groups (taxa).
None. Used for its side effect.
data(centaurea)
centaurea = naMeanSubst(centaurea)
centaurea = removePopulation(centaurea, populationName = c("LIP", "PREL"))
stepdisc.calc(centaurea)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.