[R] Optimx Package Error

2012-10-10 Thread nserdar
estimate- optimx(init.par,Linn,gr=NULL,method= L-BFGS-B, hessian=TRUE, control = list(trace=1),lower=c(0,0,0,-Inf,-Inf,-Inf,-Inf,-Inf,-Inf,-Inf),upper=c(1,1,1,Inf,Inf,Inf,Inf,Inf,Inf,Inf)) fn is Linn Function has 10 arguments par[ 1 ]: 0 ? 0 ? 1 In Bounds par[ 2 ]: 0 ? 0

Re: [R] Optimx Package Error

2012-10-10 Thread Jeff Newmiller
This is operator error. Do not attempt to optimize over an infinite range. --- Jeff NewmillerThe . . Go Live... DCN:jdnew...@dcn.davis.ca.usBasics: ##.#. ##.#. Live

Re: [R] Optimx Package Error

2012-10-10 Thread nserdar
Sorry but I don't understand what your opinion. Also try this initial values : ( 0.5, 0.5, 0.5, 1 ,1,1,1,1,1,1) Then I got same error. Regards, Serdar -- View this message in context: http://r.789695.n4.nabble.com/Optimx-Package-Error-tp4645669p4645673.html Sent from the R help mailing