https://github.com/cran/fdatest
Raw File
Tip revision: 56b9403f749e3e6442249ca6c6cd04bf1825706a authored by Alessia Pini on 04 May 2022, 07:30:08 UTC
version 2.1.1
Tip revision: 56b9403
NAMESPACE
import(fda)

S3method(summary, ITPaov)
S3method(summary, ITPlm)
S3method(plot, ITP1) 
S3method(plot, ITP2) 
S3method(plot, ITPaov)
S3method(plot, ITPlm)
export(ITP1bspline)
export(ITP1fourier)
export(ITP2bspline)
export(ITP2fourier)
export(ITP2pafourier)
export(ITPaovbspline)
export(ITPimage)
export(ITPlmbspline)


importFrom("grDevices", "rainbow")
importFrom("graphics", "abline", "axis", "image", "layout", "lines",
     "matlines", "par", "points", "rect")
importFrom("stats", "aov", "as.formula", "cov", "fft", "lm", "lm.fit",
     "model.frame", "model.matrix", "model.response", "optimize",
     "rbinom", "summary.lm")
back to top