Displaying 1 result from an estimated 1 matches for "fdat1".
Did you mean:
dat1
2012 Nov 16
1
discrete discriminant analysis
Hello,
I am using the mda package and in particular the fda routine to classify in
term of gear a set of 20 trips.
I preformed a flexible discriminant analysis (FDA) using a set of 151
trips.
FDAT1 <- fda(as.factor(gear) ~ . , data =matrizR)
A total of 22 predictors were considered. 20 of the predictors are
"numeric" and 2 are "factors/discrete".
The resulting FDA rule was applied to the 20 trips and for the same
predictors in order to predict the type of gear us...