summary.its(object)
"its"
, that is, one whose
tspar
attribute is the same as its time vector.
This is the method for objects of class
"its"
of the generic function
summary
.
If you call
summary.its
directly for a non-
its
object, it will assume you have an Irregular Time Series, and may have incorrect information about the time parameters.
geyser.its <- its(geyser$duration, times = cumsum(geyser$waiting), units = "minutes") summary(geyser.its) # Produces the following output: # Irregular Time Series: # Observations: 299 # Min. 1st Qu. Median Mean 3rd Qu. Max. # 0.8333 2 4 3.461 4.383 5.45 # Time Parameters : # start end units # 80 21622 minutes