print.tvReg: Print results of functions in tvReg

print.tvlmR 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'
print(x, digits = max(3, getOption("digits") - 3), ...)

## S3 method for class 'tvar'
print(x, digits = max(3, getOption("digits") - 3), ...)

## S3 method for class 'tvplm'
print(x, digits = max(3, getOption("digits") - 3), ...)

## S3 method for class 'tvsure'
print(x, digits = max(3, getOption("digits") - 3), ...)

## S3 method for class 'tvvar'
print(x, digits = max(3, getOption("digits") - 3), ...)

## S3 method for class 'tvirf'
print(x, digits = max(3, getOption("digits") - 3), ...)

Arguments

x

An object used to select a method.

digits

An 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.tvar, plot.tvvar, plot.tvirf,plot.tvsure, plot.tvplm


tvReg documentation built on Sept. 1, 2023, 5:07 p.m.