summary.tvlm {tvReg} | R Documentation |
Print results of functions in tvReg
Description
Print some results for objects with class attribute tvlm
, tvar
, tvvar
,
tvirf
, tvsure
and tvplm
.
Usage
## S3 method for class 'tvlm'
summary(object, digits = max(3, getOption("digits") - 3), ...)
## S3 method for class 'tvar'
summary(object, digits = max(3, getOption("digits") - 3), ...)
## S3 method for class 'tvplm'
summary(object, digits = max(3, getOption("digits") - 3), ...)
## S3 method for class 'tvsure'
summary(object, digits = max(3, getOption("digits") - 3), ...)
## S3 method for class 'tvvar'
summary(object, digits = max(3, getOption("digits") - 3), ...)
## S3 method for class 'tvirf'
summary(object, digits = max(3, getOption("digits") - 3), ...)
Arguments
object |
An object used to select a method. |
digits |
Integer, indicating the minimal number of significant digits. |
... |
Other parameters passed to specific methods. |
Details
These functions print a few results from the time-varying estimated coefficients
See Also
plot.tvlm
, plot.tvvar
, plot.tvvar
,
plot.tvirf
,plot.tvsure
[Package tvReg version 0.5.9 Index]