Description Usage Arguments Value Author(s) See Also Examples
This function is used to calculate the estimates for μ(t), F_i(x,s,t)'s based on the object obtained from cv.nonlinear.
| 1 | getcoef.nonlinear(fit.cv, n.x.grid = 50)
 | 
| fit.cv  | the object obtained from  | 
| n.x.grid  | the number of grid points of x. The estimated F_i(x,s,t) is calculated in a three-dimensional grid of (x,s,t). The grid points of s and t are the observation points of X_i(s) and Y(t) used in  | 
a list containing
| mu  | the vector of estimated values of μ(t) at the observation points of the response function. | 
| F  |  a list of length p,  the number of functional predictors. Its i-th element is a three dimensional array with estimated values of F_i(x,s,t) on the three-dimensional grid  | 
| X.grid  | a list of length p. Its i-th element is the vector of grid points for x and includes   | 
| t.x.list | one of the arguments in  | 
| t.y | one of the arguments in  | 
Ruiyan Luo and Xin Qi
| 1 | #See the examples in cv.nonlinear().
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.