ssIntervalCandidate: calculate interesting time intervals

Description Usage Arguments Value See Also Examples

View source: R/fitTimeSeries.R

Description

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

Usage

1
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

1
# Not run

metagenomeSeq documentation built on Nov. 8, 2020, 5:34 p.m.