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

View source: R/summary.altf.R

summary.altfR Documentation

Summarizes Outcomes from altf Object.

Description

The function summarizes selected outcomes obtained from altf.

Usage

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

Arguments

object

an object of altf class

...

not used

Details

The function produces the outcomes as print.altf.

Additionally, it provides mean values of coefficients and how often p-values for t-test of statistical significance for each independent variable in the model are below 1%, 5% and 10%, respectively.

Value

Called for printing.

Examples


wti <- crudeoil[-1,1]
drivers <- (lag(crudeoil[,-1],k=1))[-1,]
a <- altf(y=wti,x=drivers)

summary(a)


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

Related to summary.altf in fDMA...