Skip to contents

An S4 class to represent a Frequency Increment Test results.

Slots

statistic

A numeric vector giving the values of the t-statistic.

parameter

An integer giving the degrees of freedom for the t-statistic.

p_value

A numeric vector giving the the p-value for the test.

Note

This class inherits from aion::TimeSeries: dates are internally stored as rata die.

Coerce

In the code snippets below, x is an IncrementTest object.

as.data.frame(x)

Coerces to a data.frame.

Author

N. Frerebeau