R/lagx.R

Defines functions lagx

Documented in lagx

lagx <-
function(x,s1,s2){
      lagx <- x[s1:s2,]
      return(lagx)
}

Try the DBfit package in your browser

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

DBfit documentation built on May 1, 2021, 1:09 a.m.