[R-sig-ME] optimplus? (was Re: optimizers for mixed models)
Ben Bolker
bbolker at gmail.com
Thu Mar 14 23:48:55 CET 2013
Ross Boylan <ross at ...> writes:
>
> On 3/14/2013 10:08 AM, Ben Bolker wrote:
> > The optimplus package
> > on R-forge gives a lot more optimizer choices ...
> I don't see such a package on r-forge or elsewhere.
> Did you mean http://optimizer.r-forge.r-project.org/?
> Ross
>
>
The project on r-forge is called optimizer ; it
contains multiple packages, one of which is optimplus.
Most or all of the following packages are from the optimizer
project:
a1 <- available.packages(contriburl=
contrib.url("http://www.r-forge.r-project.org"))
grep("^opt",rownames(a1),value=TRUE)
## [1] "optextras" "optfntools" "optimgui" "optimx" "optparse"
## [6] "optplus" "optreplace"
More information about the R-sig-mixed-models
mailing list