| Lwls1D | R Documentation | 
One dimensional local linear kernel smoother for longitudinal data.
Lwls1D(
  bw,
  kernel_type,
  win = rep(1L, length(xin)),
  xin,
  yin,
  xout,
  npoly = 1L,
  nder = 0L
)
| bw | Scalar holding the bandwidth | 
| kernel_type | Character holding the kernel type (see ?FPCA for supported kernels) | 
| win | Vector of length N with weights | 
| xin | Vector of length N with measurement points | 
| yin | Vector of length N with measurement values | 
| xout | Vector of length M with output measurement points | 
| npoly | Scalar (integer) degree of polynomial fitted (default 1) | 
| nder | Scalar (integer) degree of derivative fitted (default 0) | 
Vector of length M with measurement values at the the point specified by 'xout'
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.