R/cubic.spline.deriv2.R

Defines functions cubic.spline.deriv2

cubic.spline.deriv2 <-
function(x, knots, interval)
{
  bspline.deriv(x, 4L, knots, interval, 2L)
}

Try the lmeVarComp package in your browser

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

lmeVarComp documentation built on May 2, 2019, 8:55 a.m.