XZ_BSPLINE.f {TapeR} | R Documentation |
construct B-Splines design matrices
Description
Internal function not usually called by users
Usage
XZ_BSPLINE.f(x, knt, ord, ...)
Arguments
x |
relative height measurements |
knt |
knot positions for B-Splines, usually taken from a model fit by
|
ord |
order of B-Splines, usually taken from a model fit by
|
... |
not currently used |
Value
List with height measurements (x
), the fixed effects B-splines
matrix and the random effects B-splines matrix.
Author(s)
Edgar Kublin
See Also
[Package TapeR version 0.5.3 Index]