- Fixed multiple bugs including in calculation of log-binomial likelihood and squared exponential function, and in the marginal effects calculation.
- Added quantile regression as an experimental feature using the asymmetric Laplace distribution for the likelihood.
- Added further data checks for y in the Model object to prevent errors
- Allowed optional specification of the outcome variable when instantiating a new Model object
- Added lme4 type wrapper functions
lmer_mcml
andglmer_mcml
to mimiclmer
andglmer
functionality. - Reduced data copying between mean and covariance objects
What's Changed
- Heckman by @samuel-watson in #43
Full Changelog: v0.8.1...v0.10.3