ispline | R Documentation |
Calculate basis functions for monotone quadratic splines.
ispline(xvec, tvec = c(0, 0.5, 1), intercept = TRUE)
xvec |
Vector at which to evaluate the basis functions. |
tvec |
Vector of spline knots: lower endpoint, interior knot, upper endpoint. |
intercept |
Logical; should an intercept be included or not? |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.