summary.tvp: Summarizes Outcomes from 'tvp' Object.

View source: R/summary.tvp.R

summary.tvpR Documentation

Summarizes Outcomes from tvp Object.

Description

The function summarizes selected outcomes obtained from tvp.

Usage

## S3 method for class 'tvp'
summary(object, ...)

Arguments

object

an object of tvp class

...

not used

Details

The function produces the outcomes as tvp.

Value

Called for printing.

Examples

wti <- crudeoil[-1,1]
drivers <- (lag(crudeoil[,-1],k=1))[-1,]
ld.wti <- (diff(log(wti)))[-1,]
ld.drivers <- (diff(log(drivers)))[-1,]
tvp <- tvp(y=ld.wti,x=ld.drivers,V=1,lambda=0.99)
summary(tvp)

fDMA documentation built on July 26, 2023, 6:09 p.m.

Related to summary.tvp in fDMA...