- Operating System: Windows 10
- brms Version: 2.8.0
I tried to specify auto-regressive effects using the auto_cor = cor_ar() function, but I am getting the following error:
Error: ARMA models are not implemented for family ‘hurdle_gamma’.
Does this mean that there is no way to account for auto-regressive effects when the family type is hurdle_gamma or is there another function/approach I might be able to utilize for this family function?
Any help would be appreciated!