drfit-package {drfit} | R Documentation |
See ../DESCRIPTION
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.
There is a demo for each dataset that can be accessed by
demo(dataset)
Author and Maintainer: Johannes Ranke <jranke@uni-bremen.de>
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.
data(antifoul) r <- drfit(antifoul) format(r,digits=2) drplot(r,antifoul,overlay=TRUE,bw=FALSE)