drfit (version 0.7.2)

drfit-package: Dose-response data evaluation

Description

See ../DESCRIPTION

Arguments

Details

There is an introductory article located in ../doc/drfit-Rnews.pdf, which will be published in the R News special edition on the use of R for chemists.

See Also

On CRAN, there is another, more statistically sophisticated package with similar functionality called drc. I think the advantage of my package is its user-friendliness.

Examples

Run this code
# NOT RUN {
data(antifoul)
r <- drfit(antifoul)
format(r,digits=2)
drplot(r,antifoul,overlay=TRUE,bw=FALSE)
# }

Run the code above in your browser using DataCamp Workspace