Skip to content
Prev 349399 / 398498 Next

missing in neural network

Does neuralnet not recognise '.'? If it does and if you include resp in the data frame, you could drastically simplify the formula, to just resp~. That is:

out <- neuralnet(resp~. , data=cbind(resp, mydata), hidden = 4, lifesign = "minimal",
	linear.output = FALSE, threshold = 0.1)


S Ellison


*******************************************************************
This email and any attachments are confidential. Any use...{{dropped:8}}