Changes
-
simulate_model(),simulate_parameters()andequivalence_test()now work
forlavaanobjects. -
Added
format()method for objects returned byfactor_analysis()and
principal_components().
Bug fixes
-
Fixed issues with extracting wrong standard errors for model with frailty
terms insurvival::coxph(). -
Fixed issue where including a character variable in a model caused all other
variable labels to be silently dropped frommodel_parameters()output
(#1142). -
Fixed issue where on-the-fly factor conversions in the model formula (e.g.,
factor(cyl)) producedNAin interaction labels when variable labels were
set (#1135). -
Fixed issue where
include_reference = TRUEhad no effect for
pscl::zeroinfl()andpscl::hurdle()models (#1130). -
Fixed issue with calculation of standard errors in
model_parameters()when
vcovwas a function that errored when unsupported arguments were passed. -
Fixed issue in
print_html()formodel_parameters()with lavaan objects.