Re: [R] rcorr error in R stat

2017-09-22 Thread Chaitanya Ganne
, September 21, 2017 1:21:22 PM To: Chaitanya Ganne; r-help Subject: Re: [R] rcorr error in R stat Hello, Also, the other file, NPA.csv, is not in tabular form. Can you please reformat it? Rui Barradas Citando ruipbarra...@sapo.pt: > Hello, > > Please keep this on the list, always

[R] Nnet Questions

2011-01-19 Thread chaitanya
Hi, I am using nnet function to run regression and classification algorihtms. following are my questions 1. test<-nnet(Strength~.,cement,skip=T,size=0,linout=T), why linout=T always for Regression algorithm 2. In the help, linout, entropy, softmax and censored are mutually exclusive. but i can

[R] Nnet Questions

2011-01-19 Thread chaitanya
Hi, I am new to nueral networks and R. i want run the NN using nnet. Following are my Questions. 1> To run regression using nnet, why should i specify linout=T always?. if not it is not prediciting properly 2>In the help, i have read that linout, entropy, softmax and censored are mutually excl