insight 1.5.0
Changes
-
New function,
get_simulated(), to return simulated values from the response
of regression models, which is comparable to posterior predictions from a
model. -
Improved performance of
find_parameters()for models from package mgcv
that include random effects. -
Improved performance of
find_parameters()andget_statistic()for models
from package mgcv that include random effects. -
get_predicted()supports models from package nestedLogit. -
Added support for
aft,stpm2, andpstpm2models from package rstpm2.
find_formula(),find_variables(),get_data(), andmodel_info()now
work with these flexible parametric survival models.
Bug fixes
- Fixed issue with duplicated
link_inverse()and missinglink_function()for
phyloglmmodels.