Changes
-
New support for
CmdStanFitmodels from the cmdstanr package -
find_algorithm(),find_parameters(), andget_parameters()now work with
these models. -
model_info()now correctly detects t- and z-tests from package BSDA. -
format_bf()gains adigitsargument. -
More informative error message when the response variable in
get_response()
is not present in the data. -
format_table()now also formats columns for tail and bulk ESS from Bayesian
models. -
get_data()now supports objects of classmirafrom package mice. -
get_varcov()now supports the option"fpc"to apply finite population
correction (Lai et al. 2018). -
Added a new function,
vcovFPC(), to calculate finite-population-adjusted
variance-covariance matrices.
Bug fixes
-
has_intercept()now correctly detects whether models from packages fixest
and lfe have intercepts or not. -
The
vcovargument inget_varcov()was ignored whenvcovwas of class
"dpoMatrix"and did not returnTRUEtois.matrix().