Description Usage Arguments Details Value Author(s) See Also Examples
Lag functions for objects of class "its"
.
1 2 | lagIts(x,k=1)
lagdistIts(x,kmin,kmax)
|
x |
an object of class |
k, kmin, kmax |
integer lag; positive value mean earlier data is assigned to a later timestamp |
lagIts
returns an object with the same time-stamps, but with the data shifted.
lagdistIts
applies lagIts over a range of lags, and appends these columns
An object of class "its"
.
Giles Heywood
ts
,
POSIXct
,
itsFile
,
itsLags
itsJoin
itsTimes
itsSubset
itsFin
itsInterp
1 2 3 | b <- newIts(1:10)
lagIts(b)
lagdistIts(b[,1],1,3)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.