summary.drFit: Generic summary function for drFit object

Description Usage Arguments Value See Also

View source: R/summary.drFit.R

Description

Generic summary function for drFit object. Extracts the data.frame drTable generated by drFit.

Usage

1
2
## S3 method for class 'drFit'
summary(object, ...)

Arguments

object

Object of class drFit.

...

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

Value

data.frame

1. column: character, naming the experiment; 2. column: logical, indicating wether a logarithmic transformation was applied to concentration data; 3. column, logical, indicating wether a logarithmic transformation was applied to growth parameter; 4. column, numeric, number of bootstrap samples used; 5.-8. column: numeric, estimated EC50 value and respecting reponse value (5.-6.), also in original scale if a transformation is applied (7.-8.); 9.-10. column: numeric, mean and standard dev. from bootstrap sample; 11.-14. column: 90 and 95 percent confidence interval from bootstrap sample; 15. column: mean EC50 of bootstrap sample in original scale; 16.-19. 90 and 95 percent confidence interval in original scale

See Also

drFit, summary.drFitSpline, summary.drBootSpline


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