v0.5.2
(Quick new version, 0.5.1 was not released on CRAN)
- Added the
marginal
member function to the RModel
class. This function calculates marginal effects (either derivative, difference, or ratio) conditional on or averaging over fixed and random effects. See Model documentation for details. - Refactored some code to improve readability, including moving family link and distributions and covariance functions to enum classes.