View source: R/summary.funpca.R
summary.funpca | R Documentation |
Takes an funpca
object produced by funpca
and summarizes the information of the components fi (individual fits).
## S3 method for class 'funpca'
summary(object,...)
object |
|
... |
further arguments to be passed to summary(). |
The function gives basic statistics of the components resulting from applying funpca
.
Francisco Rosales francisco.rosales-marticorena@protonmail.com
Rosales, F. and Krivobokova, T.
For more details see <https://ediss.uni-goettingen.de/handle/11858/00-1735-0000-0028-87F9-6>
plot.funpca
(package funpca),
library(fda)
sdata <- NULL
data <- CanadianWeather$monthlyTemp
for(i in 1:ncol(data)) sdata <- cbind(sdata,spline(data[,i])$y)
x <- funpca(sdata, k=3)
summary(x)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.