Skip to content

Latest commit

 

History

History
101 lines (50 loc) · 2.04 KB

NEWS.md

File metadata and controls

101 lines (50 loc) · 2.04 KB

mixedup 0.4.0

General updates as outlined in the roadmap. Addresses changes in {brms}, adds some minor functionality, and generally makes some other under-the-hood improvements.

mixedup 0.3.9

  • This update was primarily to make sure the package continues to work with able to model objects created by recent versions of the modeling packages (e.g. lme4, glmmTMB, etc.). Some functionality was modified for extract_vc regarding glmmTMB extended objects (e.g. with ar1), and some clarification in some error/warning messages.

mixedup 0.3.8

  • Minor bug fixes (issues #14-15), enhancements (#16-17), and other issues (e.g. #18).

mixedup 0.3.7

  • Extend exponentiate to summarize_model, extend extract_random_effects to multivariate models, minor fixes (e.g. issue #12).

mixedup 0.3.6

  • Add group counts for extract_random_effects.

mixedup 0.3.5

  • Add converge_it for lme4 models.

mixedup 0.3.4

  • Add brmsfit method for extract_het_var and notable doc updates.

mixedup 0.3.3

  • Add more functionality for rstanarm objects

mixedup 0.3.2

  • Add summarize_model, extract_cor_structure

mixedup 0.3.1

  • Add extract_model_data

mixedup 0.3.0

  • Create package website

mixedup 0.2.7

  • Add gam method for extract* functions

mixedup 0.2.6

  • Add brms method for extract_random_coefs

mixedup 0.2.5

  • Add extract_fixed to get fixed effects

mixedup 0.2.4

  • Add brms method for extract_random_effects

mixedup 0.2.3

  • Add find_typical

mixedup 0.2.2

  • Minor edit to fix ordering and names for extract_vc.lme

mixedup 0.2.1

  • Add method to extract_vc for brmsfit objects

mixedup 0.2.0

  • Core functions for primary packages working

mixedup 0.1.3

  • extract_random_effects includes n/lme method

mixedup 0.1.2

  • Add extract_random_effects

mixedup 0.1.1

  • Add glmmTMB method for for extract_vc

mixedup 0.1.1

  • Add initial functionality for extracting variance components

mixedup 0.1.0

  • A couple functions for a few packages

mixedup 0.0.1

  • Add some basic tests