Learn R Programming

tabula (version 1.6.0)

IncrementTest-class: Frequency Increment Test

Description

An S4 class to represent a Frequency Increment Test results.

Arguments

Slots

data

A numeric matrix of count data.

dates

A numeric vector of dates.

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.

Subset

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

x[[i]]

Extracts informations from a slot selected by subscript i. i is a length-one character vector. Returns the corresponding slot values.

See Also

Other class: DateEvent-class, DateMCD-class, DiversityIndex, PermutationOrder-class, RefineCA-class