print.altf3: Prints 'altf3' Object.

View source: R/print.altf3.R

print.altf3R Documentation

Prints altf3 Object.

Description

The function prints selected outcomes obtained from altf3.

Usage

## S3 method for class 'altf3'
print(x, ...)

Arguments

x

an object of altf3 class

...

not used

Details

The function prints forecast quality measures from x. For details see accuracy.

Value

Called for printing.

Examples


wti <- crudeoil[-1,1]
drivers <- (lag(crudeoil[,-1],k=1))[-1,]
a <- altf3(y=wti,x=drivers,windows=c(36,100,150))

print(a)


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

Related to print.altf3 in fDMA...