nobs.tsgarch.estimate {tsgarch} | R Documentation |
Extract the Number of Observations
Description
Extract the number of observations from an estimated model. This is principally intended to be used in computing BIC and used in other tidy methods
Usage
## S3 method for class 'tsgarch.estimate'
nobs(object, ...)
Arguments
object |
an object of class “tsgarch.estimate”. |
... |
not currently used. |
Value
A numeric value.
[Package tsgarch version 1.0.2 Index]