\name{drfit-package} \alias{drfit-package} \docType{package} \title{ Dose-response data evaluation } \description{ See \url{../DESCRIPTION} } \details{ There is an introductory article located in \url{../doc/drfit-Rnews.pdf}. } \author{ Author and Maintainer: Johannes Ranke } \keyword{ package } \keyword{ models } \keyword{ regression } \keyword{ nonlinear } \seealso{ There is another, more sophisticated package with similar functionality called \code{\link[drc:drc-package]{drc} } \examples{ data(antifoul) r <- drfit(antifoul) format(r,digits=2) \dontrun{drplot(r,antifoul,overlay=TRUE,bw=FALSE)} }