New supported models

Fixes

  • bug fix for fixest models when using a subsetted data frame (#301)
  • bug fix for fixest models when computing the number of observations (#303)

Removed functions

  • .select_to_varnames(), .formula_list_to_named_list(), .generic_selector() and .is_selector_scoped() have now been removed

New supported models

Minor breaking changes

New supported models

New features

Deprecated functions

  • .select_to_varnames(), .formula_list_to_named_list(), .generic_selector() and .is_selector_scoped() are now hard deprecated.

Deprecated function

New supported models

New features

Fixes

Deprecated functions and changes in selectors functions

Fixes

Documentation

  • Documentation has been improved, showing now clearly the type expected for each argument (#272)

New features

Deprecated support

  • biglmm::bigglm() not supported anymore as biglmm has been removed from CRAN

Deprecated functions

Fixes

New supported models

New features

Fix

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

  • The .formula_list_to_named_list() now respects the select_single= argument for all inputs types. Previously, named lists were ignored.
  • Added new argument .formula_list_to_named_list(null_allowed=) argument that works in conjunction with type_check= asserting the class/type of the RHS of the formula (or the value of the named list) (#137)
  • Better error message in .formula_list_to_named_list() (#136)
  • Two additional select helpers all_ran_pars() and all_ran_vals()

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

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