aboutsummaryrefslogtreecommitdiff
path: root/man/drfit-package.Rd
blob: d98e10e2b71404f616c0c932af5dccfb365bbde6 (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
\name{drfit-package}
\alias{drfit-package}
\docType{package}
\title{
Dose-response data evaluation
}
\description{
See \url{../DESCRIPTION}
}
\details{
There is a preliminary version of an introductory article located in \url{../doc/drfit-Rnews.pdf}.
}
\author{
Author and Maintainer: Johannes Ranke <jranke@uni-bremen.de>
}
\keyword{ package }
\keyword{ models }
\keyword{ regression }
\keyword{ nonlinear }
\seealso{
There is another, more statistically sophisticated package with similar
functionality called \code{\link[drc:drc-package]{drc}}. I think my package is
more user-friendly, though.
}
\examples{
data(antifoul)
r <- drfit(antifoul)
format(r,digits=2)
\dontrun{drplot(r,antifoul,overlay=TRUE,bw=FALSE)}
}

Contact - Imprint