summary.gcBootSpline: Generic summary function for gcBootSpline object

Description Usage Arguments Value See Also

View source: R/summary.gcBootSpline.R

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

1
2
## S3 method for class 'gcBootSpline'
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 μ, λ, A and integral from bootstrap sample; 5.-8. column: respecting standard deviation; 9.-16. column: 90 percent confidence intervals for μ, λ, A and integral; 17.-24. column: 95 percent confidence intervals for μ, λ, A and integral.

See Also

gcBootSpline, gcFit


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