Re: [R] need help with nnet

2010-10-12 Thread Changbin Du
Thanks, Claudia! On Tue, Oct 12, 2010 at 9:54 AM, Claudia Beleites wrote: > I'm not sure how much fun it is to fit > 7000 weights with 1800 samples, > but you can tell nnet to allow more weights with MaxNWts, see ?nnet > > > > On 10/12/2010 06:45 PM, Changbin Du wrote: > >> HI, Dear R community,

[R] need help with nnet

2010-10-12 Thread Changbin Du
HI, Dear R community, My data set has 2409 variables, the last one is response variable. I have used the nnet after feature selection and works. But this time, I am using nnet to fit a model without feature selection. I got the following error information: > dim(train) [1] 1827 2409 nnet.fit<