Skip to content

v0.5.2

Compare
Choose a tag to compare
@samuel-watson samuel-watson released this 21 Nov 14:05
· 145 commits to master since this release
2f24cfb

(Quick new version, 0.5.1 was not released on CRAN)

  • Added the marginal member function to the R Model 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.