[R] ffnet problem

Jason Turner jasont at indigoindustrial.co.nz
Wed Jun 2 05:11:54 CEST 2004


> Anyway, what steps should I take now?

"should" isn't quite what I'm telling you; just free advice.  :)

I use nnet from the nnet package (VR bundle), and find it very good.  And
it doesn't require any additional libraries.  If you've got a binary
installation, you've probably got it already...

library(nnet)
?nnet

I found nnet isn't as "quick and dirty" out of the box as ffnet, but gives
you much more control over the fit and diagnostics (less "black-box"-ish).

Cheers

Jason




More information about the R-help mailing list