Dear R users; I am trying to predict the gaps in my data set (colorofil.A) by using "neuralnet" package. But when I run the following codes it gives me error. Could anyone help me to fix the problem? Bests.
> library("neuralnet") > head(ss1,2)[,c(5,24)] Season colorofil.A 1 Sp NA 2 Sp 10 > net.sqrt <- neuralnet(colorofil.A~Season,ss1, hidden=10, threshold=0.01) print(net.sqrt) -- Best Regards Javad Bayat M.Sc. Environment Engineering Alternative Mail: bayat...@yahoo.com [[alternative HTML version deleted]] ______________________________________________ R-help@r-project.org mailing list -- To UNSUBSCRIBE and more, see https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide http://www.R-project.org/posting-guide.html and provide commented, minimal, self-contained, reproducible code.