amrei-stammann / alpaca

An R-package for fitting glm's with high-dimensional k-way fixed effects
43 stars 6 forks source link

'conv' not found #5

Closed zauster closed 5 years ago

zauster commented 5 years ago

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.

amrei-stammann commented 5 years ago

Thanks for the report. Will be fixed during the next week.