Sebastian P. Luque <spluque <at> gmail.com> writes: > > Hi, > > When using method L-BFGS-B along with a parscale argument, should the > lower and upper bounds provided be on the scaled or unscaled values? > Thanks.
I think you can figure this out by experimentation on your own, but I believe that all of the scaling done by parscale is internal (i.e., you should provide bounds on the original, unmodified scale). ______________________________________________ R-help@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide http://www.R-project.org/posting-guide.html and provide commented, minimal, self-contained, reproducible code.