New features

Fix

New features

Improvements

  • Marginal predictions vignette has been updated to follow changes in marginaleffects version 0.10.0 (#216)

New features

New features

Bug fixes and improvements

  • Better messages when exponentiate argument is not appropriate (#197)

New features

New supported models

Bug fixes and improvements

New features

Bug fixes and improvements

  • Compatibility with upcoming tidyselect v1.2.0 (#173)
  • Avoid an unwanted warning for some mgcv::gam() models (#175)

New supported models

New features

  • Support for dplyr::vars() (also exported by {gtsummary}) as a selector has now been deprecated. Users will be warned that support for vars() will eventually be removed from the package (#154)
  • .is_selector_scoped(), an internal function used in generating custom selector functions, is now exported (#163)

New features

Bug fixes

New supported models

New features

Bug fixes

  • Fix so .formula_list_to_named_list(type_check=) checks RHS of a formula and the value of named list. (#138)

New features

Bug fixes

  • Bug fix for identifying the levels of a logical variable (#125)
  • Bug fix for nnet::multinom() models with a binary outcome (#130)

New supported models

  • Support for glmmTMB::glmmTMB() models (#119)

New features

  • Function arguments that accept formula-list values now have more flexible inputs. (#121)
    • The passed list may now be a combination of named lists and lists of formulas, e.g. list(trt ~ 1, all_continuous() ~ 2).
    • The shortcut ~ <value> may be now used to indicate everything() ~ <value>

Bug fixes

  • Bug fix for computing n for some binomial models computed with lme4::glmer() (#116)
  • Populating effect column when adding reference rows (#117)

New supported models

New features

Bug fixes

  • Better identification of term labels for interaction terms using sum contrasts (#108)
  • Now tidy_add_n() works with multinomial models when y is not coded as a factor (#109)
  • glue added to Suggests

New features

New supported models

Bug fixes and other changes

  • Initial version