XZ_BSPLINE.f: construct B-Splines design matrices
Description
Internal function not usually called by users
Usage
XZ_BSPLINE.f(x, knt, ord, ...)
Value
List with height measurements (x
), the fixed effects B-splines
matrix and the random effects B-splines matrix.
Arguments
- x
relative height measurements
- knt
knot positions for B-Splines, usually taken from a model fit by
TapeR_FIT_LME.f
- ord
order of B-Splines, usually taken from a model fit by
TapeR_FIT_LME.f
- ...
not currently used