Learn R Programming

fDMA (version 2.2.7)

summary.altf4: Summarizes Outcomes from altf4 Object.

Description

The function summarizes selected outcomes obtained from altf4.

Usage

# S3 method for altf4
summary(object, ...)

Value

Called for printing.

Arguments

object

an object of altf4 class

...

not used

Details

The function produces the outcomes as print.altf4.

Additionally, it provides mean values of coefficients.

Examples

Run this code
# \donttest{
wti <- crudeoil[-1,1]
drivers <- (lag(crudeoil[,-1],k=1))[-1,]
a <- altf4(y=wti,x=drivers,windows=c(36,100,150))

summary(a)
# }

Run the code above in your browser using DataLab