Displaying 1 result from an estimated 1 matches for "va_d123".
Did you mean:
va_d113
2009 Mar 05
0
predict.fda - NAs are not allowed in subscripted assignments
Dear R users,
I'm trying to perform flexible discriminant analysis (fda) with
method bruto.
I applied the fda function on my training data:
bruto.fda <- fda
(fda.formula,data=train.data)
where fda.formula is: PRES ~ VA_D123 + VA_D124 +
VA_D127 + VA_DARU + VA_DCAN + VA_DFON +
VA_DLAP + VA_DRID + VA_DRIR +
VA_VVEG + VA_WDIN + VA_DIF3 +
VA_DIF4 + VA_DIF5 + VA_CAAC + VA_CABC +
VA_CABO + VA_CACA +
VA_CACC + VA_CAMP + VA_CAPA + VA_CAUB + VA_CMCA +
VA_CMIN +
VA_CMLA + VA_CMMU + VA_CMRO + VA_D109 + VA_...