Learn R Programming

grofit (version 1.1.1-1)

summary.drBootSpline: Generic summary function for drBootSpline object

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

"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