IncrementTest-class {kairos} | R Documentation |
Frequency Increment Test
Description
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.
Coerce
In the code snippets below, x
is an IncrementTest
object.
as.data.frame(x)
Coerces to a
data.frame
.
Note
This class inherits from aion::TimeSeries
: dates are internally
stored as rata die.
Author(s)
N. Frerebeau
See Also
Other classes:
AoristicSum-class
,
CountApportion-class
,
EventDate-class
,
MeanDate-class
,
PermutationOrder-class
,
RateOfChange-class
[Package kairos version 2.2.0 Index]