summary.altf4 {fDMA} | R Documentation |
altf4
Object.The function summarizes selected outcomes obtained from altf4
.
## S3 method for class 'altf4'
summary(object, ...)
object |
an object of |
... |
not used |
The function produces the outcomes as print.altf4
.
Additionally, it provides mean values of coefficients.
Called for printing.
wti <- crudeoil[-1,1]
drivers <- (lag(crudeoil[,-1],k=1))[-1,]
a <- altf4(y=wti,x=drivers,windows=c(36,100,150))
summary(a)