JuliaStats / MixedModels.jl

A Julia package for fitting (statistical) mixed-effects models
http://juliastats.org/MixedModels.jl/stable
MIT License
405 stars 48 forks source link

Nonlinear Regression Functionality #350

Open timothyslau opened 4 years ago

timothyslau commented 4 years ago

I can't find any mention of Nonlinear regression capabilities by the MixedModels package. Is that something that it can do to compare with R's nlme & lme4 packages?

palday commented 4 years ago

Unfortunately not yet. Right now, we're focused on finishing up some work for the 3.0 series (at this point, mostly transferring all the improvements we did for LMM to GLMM and improving the numerical stability of the way we determine redundant columns in the rank deficient case). After that, then we might add in some NLMM capabilities, but that will also involve a lot of major API work (which means slow release because once a new API is released we're stuck with it until the next major release).