fdagg: This function computes the coeffcients of the index function

Description Usage Arguments Examples

View source: R/ggfda.R

Description

This function computes the coeffcients of the index function

Usage

1
fdagg(fdobj, ylab = "Value", xlab = "Time", addzero = FALSE)

Arguments

fdobj

fda object

Examples

1
2
3
4
5
6
7
8
## Not run: 
library(fda)
library(cFuSIM)
spline.basis=create.bspline.basis(rangeval=c(1,24),nbasis=10,norder)
beta_fd = fd(rnorm(10), spline.basis)
plot(beta_fd)

## End(Not run)

YunlongNie/cFuSIM documentation built on Feb. 8, 2021, 5:51 p.m.