| select.fdata | R Documentation | 
Use this function to subscript some functional observations of a functional data.
select.fdata(data, date, name)
| data |  A  | 
| date |  A vector of character containing the chosen dates (could
be  | 
| name |  A vector giving the chosen name (could be  | 
This function select one or several variables from data
and can also subset the dates. This is useful in order to
study the endogenous variables of a FARX process.
A fdata object.
J. Damon
fdata 
  # Simulation of a FARX process
  data1 <- simul.farx(m=10,n=400,base=base.simul.far(20,5),
                base.exo=base.simul.far(20,5),
                d.a=matrix(c(0.5,0),nrow=1,ncol=2),
                alpha.conj=matrix(c(0.2,0),nrow=1,ncol=2),
                d.rho=diag(c(0.45,0.90,0.34,0.45)),
                alpha=diag(c(0.5,0.23,0.018)),
                d.rho.exo=diag(c(0.45,0.90,0.34,0.45)),
                cst1=0.0)
  print(data1)
  print(data1.X <- select.fdata(data1,name="X"))
  print(data2 <- select.fdata(data1,date=paste((1:5)*5)))
  date.fdata(data2)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.