Learn R Programming

kairos (version 2.1.1)

IncrementTest-class: Frequency Increment Test

Description

An S4 class to represent a Frequency Increment Test results.

Arguments

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.

Coerce

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

as.data.frame(x)

Coerces to a data.frame.

Author

N. Frerebeau

See Also

Other classes: AoristicSum-class, CountApportion-class, EventDate-class, MeanDate-class, PermutationOrder-class, RateOfChange-class, RefinePermutationOrder-class