The overall slope represents the mean growth or decline over a period of time.
This can be determined over the whole time period for which the model is fitted (this is the default)
or may be computed over time slices that can be defined with the cp
parameter.
The values for changepoints
do not depend on changepoints
that were used when
specifying the trim
model (See also the example below).
Slopes are computed along with associated confidence intervals (CI) for 1% and 5% significance levels,
and interpreted using the following table:
Trend meaning |
Condition |
Strong increase (more than 5% per year) |
lower CI limit > 0.05 |
Moderate increase (less than 5% per year) |
lower CI limit > 0 |
Moderate decrease (less than 5% per year) |
upper CI limit < 0 |
Strong decrease (more than 5% per year) |
upper CI limit < -0.05 |
Stable |
-0.05 < lower < 0 < upper < 0.05 |
Uncertain |
any other case |
where trend strength takes precedence over significance,
i.e., a strong increase (p<0.05) takes precedence over a moderate increase (p<0.01).
Note that the original TRIM erroneously assumed that the estimated overall trend
magnitude is t-distributed, while in fact it is normally distributed, which is being used within rtrim.
The option bc=TRUE
can be set to force backward compability, for e.g. comparison purposes.