R/summary.drFitSpline.R

Defines functions summary.drFitSpline

Documented in summary.drFitSpline

summary.drFitSpline <-
function (object,...)
{
# object of class drFitSpline
data.frame(object$parameters)
}

Try the grofit package in your browser

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

grofit documentation built on May 30, 2017, 4:08 a.m.