Re: [R] neuralnet problem

2012-02-15 Thread R. Michael Weylandt
I've never used neuralnet, but if this is like other modelling functions in R, you need to put the column names corresponding to the outputs, not the name of the object they came from. They might have been changed in creating the data frame so take a look at colnames(dt) Hope that helps, Michael

[R] neuralnet problem

2012-02-15 Thread Luc MOULINIER
Hello List ! I'm a bright new R user, and I encounter a problem when trying to use the neuralnet package. I have a training set with 8 inputs, and there are 3 outputs (I need 3 distinct neurones as output). Although I read the examples, and the package article, I don't know how to tell R there