R/cubic.spline.deriv1.R

Defines functions cubic.spline.deriv1

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

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.