R/lsplineD.R

lsplineD <- function (x, knots, lbl = NULL, version = FALSE)
{
 return(lspline(x=x, knots=knots, lbl=lbl, parameterization="change", version=version))
} 

Try the uwIntroStats package in your browser

Any scripts or data that you put into this service are public.

uwIntroStats documentation built on May 2, 2019, 4:34 a.m.