Learn R Programming

metagenomeSeq (version 1.10.0)

ssFit: smoothing-splines anova fit

Description

smoothing-splines anova fit

Usage

ssFit(formula, abundance, class, time, id, include = c("class", "time:class"), ...)

Arguments

formula
Formula for ssanova.
abundance
Numeric vector of abundances.
class
Class membership (factor of group membership).
time
Time point vector of relative times (same length as abundance).
id
Sample / patient id.
include
Parameters to include in prediction.
...
Extra parameters for ssanova function (see ?ssanova).

Value

  • data : Inputed data
  • fit : The interpolated / fitted values for timePoints
  • se : The standard error for CI intervals
  • timePoints : The time points interpolated over

Details

Sets up a data-frame with the feature abundance, class information, time points, sample ids and returns the fitted values for the fitted model.

See Also

cumNorm fitTimeSeries ssPermAnalysis ssPerm ssIntervalCandidate

Examples

Run this code
# Not run

Run the code above in your browser using DataLab