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 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


[Package TapeR version 0.5.3 Index]