R/PR.order.R

Defines functions PR.order

Documented in PR.order

PR.order <-
function(x,y,pmax=10){
x=as.matrix(x); k = ncol(x)
if (k == 1) AR.order = ARM.order(x,y,pmax);
if (k > 1) AR.order = ARM2.order(x,y,pmax);
return(AR.order)}

Try the VAR.etp package in your browser

Any scripts or data that you put into this service are public.

VAR.etp documentation built on Aug. 31, 2023, 9:08 a.m.