cor_arma class 
allowing for autoregressive effects of the response only.
cor_arr(formula = ~1, r = 1)formula, the correlation structure 
is assumed to apply only to observations within the same grouping level; 
observations with different grouping levels are assumed to be uncorrelated. 
Defaults to ~ 1, which corresponds to using the order of the observations 
in the data as a covariate, and no groups.cor_arma containing solely
  autoregressive response terms.
r in the cor_arma and cor_arr functions.
cor_arma
cor_arr(~visit|patient, r = 2)
Run the code above in your browser using DataLab