diff options
author | Johannes Ranke <jranke@uni-bremen.de> | 2020-02-07 08:13:14 +0100 |
---|---|---|
committer | Johannes Ranke <jranke@uni-bremen.de> | 2020-02-07 08:13:14 +0100 |
commit | 0bc79f02e99d719be5dbb96ed1591d46c8373c9f (patch) | |
tree | 04c03da6f9bd59ed47f59aa511f53c8ef03f567a /man | |
parent | fbdd2459014999b89f65678b3e0c348f91e27167 (diff) |
Polish the static docs
Diffstat (limited to 'man')
-rw-r--r-- | man/drfit-package.Rd | 34 |
1 files changed, 0 insertions, 34 deletions
diff --git a/man/drfit-package.Rd b/man/drfit-package.Rd deleted file mode 100644 index 06a147f..0000000 --- a/man/drfit-package.Rd +++ /dev/null @@ -1,34 +0,0 @@ -\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}, -which will be published in the R News special edition on the use -of R for chemists. -} -\author{ -Author and Maintainer: Johannes Ranke <jranke@uni-bremen.de> -} -\note{There is a demo for each dataset that can be accessed by - \code{demo(dataset)}} -\keyword{ package } -\keyword{ models } -\keyword{ regression } -\keyword{ nonlinear } -\seealso{ -On CRAN, there is another, more statistically sophisticated package with -similar functionality called \code{drc}. I think the advantage of my package -is its user-friendliness. -} -\examples{ -data(antifoul) -r <- drfit(antifoul) -format(r,digits=2) -drplot(r,antifoul,overlay=TRUE,bw=FALSE) -} |