Dear All,

I want to run "neural network" on my dataset.
##########################################################
resp<-c(1,1,1,0,1,0,1,0,1,0,1,0,1,0,1,1,0,1,0,1)
dim(data)
#20*3110

out <- neuralnet(y ~ data, hidden = 4, lifesign = "minimal", linear.output
= FALSE, threshold = 0.1,na.rm = TRUE)
################################################################
but I see this Error
Error in varify.variables(data, formula, startweights, learningrate.limit,
 :
  argument "data" is missing, with no default

What should I do now??

Best Regards,
Soheila

        [[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.

Reply via email to