Learn R Programming

grofit (version 1.1.1-1)

summary.gcBootSpline: Generic summary function for gcBootSpline object

Description

Generic summary function for gcBootSpline object. Generates a data.frame including the mean, standard deviation and confidence intervals for the characteristic growth values from a bootstrap sample of a growth curve.

Usage

"summary"(object, ...)

Arguments

object
Object of class drBootSpline.
...
Additional arguments. This has currently no effect and is only meant to fulfill the requirements of a generic function.

Value

data.frame
1.-4. column: mean of $\mu$, $\lambda$, $A$ and $integral$ from bootstrap sample; 5.-8. column: respecting standard deviation; 9.-16. column: 90 percent confidence intervals for $\mu$, $\lambda$, $A$ and $integral$; 17.-24. column: 95 percent confidence intervals for $\mu$, $\lambda$, $A$ and $integral$.

See Also

gcBootSpline, gcFit