aboutsummaryrefslogtreecommitdiff
path: root/man/drfit-package.Rd
blob: 696cee93d886d6be467534b2e5c30f77c3fbe3b3 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
\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)
}

Contact - Imprint