DEPENDS
BUG FIXES
prevent nan errors in loglik calculation.
allow for empty and bivariate models.
properly pass degree parameter for margin al estimation.
BUG FIXES
Fix handling of uscale
in fitted.vinereg()
.
Fix handling of mult
parameter for pair-copula fits in vinereg()
.
Fix orientation of asymmetric pair-copulas.
DEPENDS
furrr
and fututre
packages instead of parallel
, doParallel
, and foreach
for parallelization.NEW FEATURES
New print()
and summary()
generics for vinereg
objects.
New plot_effects()
method to show the marginal effects of variables.
Allow to predict the mean with predict(object, alpha = NA)
.