ts.spline: Fit a time-series with spline curve

View source: R/ts.spline.R

ts.splineR Documentation

Fit a time-series with spline curve

Description

Fit a time-series with spline curve

Usage

ts.spline(x, times, df = 5, ...)

Arguments

x

a vector of time-series expression

times

a numeric vector of time labellings of all the relicated samples, e.g. 1,1,1,2,2,2,3,3,3,...

df

degree of freedom used in ns in splines package.

...

additional arguments passed to predict.

nrep

number of replicates.

Value

predictions results returned from predict.

See Also

lm, ns, predict


wyguo/TSIS documentation built on May 21, 2023, 12:36 a.m.