summary.drBootSpline: Generic summary function for drBootSpline object

Description Usage Arguments Value See Also

View source: R/summary.drBootSpline.R

Description

Generic summary function for drBootSpline object. Generates a data.frame of mean EC50, standard deviation and confidence intervals from a bootstrap sample of dose-response curves.

Usage

1
2
## S3 method for class 'drBootSpline'
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.-2. column: numeric, mean and standard dev. from bootstrap sample; 3.-6. column: 90 and 95 percent confidence interval from bootstrap sample; 7. column: mean EC50 of bootstrap sample in original scale; 8.-11. 90 and 95 percent confidence interval in original scale.

See Also

drBootSpline, drFit, summary.drFit


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