Description
Regression spline functions and classes.Details
This package provides functions for working with regression
splines using the B-spline basis, bs
, and the
natural cubic spline basis, ns
. For a complete list of functions, use library(help = "splines")
.