XZ_BSPLINE.f: construct B-Splines design matrices

View source: R/XZ_BSPLINE.f.R

XZ_BSPLINE.fR 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 TapeR_FIT_LME.f

ord

order of B-Splines, usually taken from a model fit by TapeR_FIT_LME.f

...

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

TapeR_FIT_LME.f


TapeR documentation built on Aug. 16, 2023, 9:07 a.m.