[R] Optim() Help, Unusual Error

2010-03-23 Thread ApproxGaussian
Hello all, any help with the following would be appreciated. I am attempting to maximize 28 parameters similtaneously in Optim(). The follwoing is my code: Y<-comp[,9] n<-length(Y) e.1<-.5 e.2<-.5 e.3<-.5 e.4<-.5 e.5<-.5 e.6<-.5 e.7<-.5 e.8<-.5 e.9<-.5 e.10<-.5 e.11<-.5 e.12<-.5 e.13<-.5 e.14

Re: [R] Optim() Help, Unusual Error

2010-03-23 Thread ApproxGaussian
I apologize, the "c" is in the original coding; I merely misprinted (copy and paste). I have edited the orginal post to reflect this. -- View this message in context: http://n4.nabble.com/Optim-Help-Unusual-Error-tp1679363p1679582.html Sent from the R help mailing list archive at Nabble.com. _