Hey,
with the new alpaca 0.3 there is an error if the estimation does not converge in iter.max iterations.
Try this e.g. with the examples in the vignettes but set the max iterations to 1:
control = list(iter.max = 1)
The object conv seems only to be set when the algorithm converges.
Hey, with the new alpaca 0.3 there is an error if the estimation does not converge in
iter.max
iterations. Try this e.g. with the examples in the vignettes but set the max iterations to 1:The object
conv
seems only to be set when the algorithm converges.