ssIntervalCandidate: calculate interesting time intervals

View source: R/fitTimeSeries.R

ssIntervalCandidateR Documentation

calculate interesting time intervals

Description

Calculates time intervals of interest using SS-Anova fitted confidence intervals.

Usage

ssIntervalCandidate(fit, standardError, timePoints, positive = TRUE, C = 0)

Arguments

fit

SS-Anova fits.

standardError

SS-Anova se estimates.

timePoints

Time points interpolated over.

positive

Positive region or negative region (difference in abundance is positive/negative).

C

Value for which difference function has to be larger or smaller than (default 0).

Value

Matrix of time point intervals of interest

See Also

cumNorm fitTimeSeries ssFit ssPerm ssPermAnalysis

Examples


# Not run


HCBravoLab/metagenomeSeq documentation built on March 17, 2024, 3:21 p.m.