powered by
This function performs the natural cubic spline interpolation of a design matrix.
ncs(x)
The design matrix.
The coefficient matrix for B-splines obtained by natural cubic spline interpolation of x.
x
Usually only called by srp.c and srp.l.
srp.c
srp.l
srp.c, srp.l
# NOT RUN { x <- matrix(rnorm(100), ncol=10) ncs(x)$cf0 # }
Run the code above in your browser using DataLab