jepusto / lmeInfo

Information matrices for fitted nlme::lme and nlme::gls models
https://jepusto.github.io/lmeInfo/
4 stars 2 forks source link

Add methods for corARMA corStructs #11

Closed jepusto closed 4 years ago

jepusto commented 4 years ago

Add methods for corARMA corStructs. These should work for the case p = 1, q = 0 (equivalent to corAR1) and for the case p = 0, q = 1 (an MA1 structure). The function should return an informative error message if p > 1 | q > 1 | p + q > 1.