itsInfo {its} | R Documentation |
Summary information for objects of class "its"
.
Summary returns the same statistics as summary for a matrix, plus the number of NA and non-NA data points for each series, and the standard deviation.
Start and end return the dates corresponding to the first and last rows, respectively.
For start
, end
, a formatted text representation of the first and last times
For summary
, a table of summary statistics for each series
start(x,format=its.format(),...) end(x,format=its.format(),...) summary(object)
"its"
format.POSIXct
start
and end
, passed to format.POSIXct.
Giles Heywood
ts
,
POSIXct
,
itsFile
,
itsLags
itsJoin
itsTimes
itsSubset
itsFin
itsDisp
itsInfo
itsCumdif
itsArith
itsInterp
b <- newIts(1:30,ncol=3) start(b,format="%y-%m-%d") end(b) summary(b)