Description Usage Arguments Details Value References Examples
View source: R/FPLMBsplines_fit.R
FPLM fit with splines
1 | FPLMBsplines_fit(y, x, u, t, freq, spl, norder, fLoss)
|
y |
vector of n responses |
x |
matrix of functional covariates (n x p_1) |
u |
vector of n observations for g(u_i) |
t |
vector of "times" where X was observed "x[i, j] = X_i( t_j )" |
freq |
description |
spl |
description |
norder |
description |
fLoss |
loss function to be minimize (see Details) |
Valid options for the loss function are 'ls', 'lad', 'lmrob', 'huang'.
A list including several.
Paper
1 | # Example.
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.