aboutsummaryrefslogtreecommitdiff
path: root/man/drfit-package.Rd
diff options
context:
space:
mode:
authorranke <ranke@d1b72e20-2ee0-0310-a1c4-ad5adbbefcdc>2006-03-06 09:59:51 +0000
committerranke <ranke@d1b72e20-2ee0-0310-a1c4-ad5adbbefcdc>2006-03-06 09:59:51 +0000
commitc73795e7ce30c88b68339d9d978b34bf4a0cb2bc (patch)
tree2d48337231629b906fbdd48d0f5e8c42158c5c45 /man/drfit-package.Rd
parent424d3633234125cf2c8f65fd220fb92ddc0d2686 (diff)
Added the drfit-package help page, a new sample data file
and a preliminary version of the drfit-Rnews article. R/drfit.R - the possibility to directly write pdf graphs was added - the results dataframe now has numbered lines where it didn't The checkplate and checksubstance functions are now classified internal in their help files. git-svn-id: http://kriemhild.uft.uni-bremen.de/svn/drfit@57 d1b72e20-2ee0-0310-a1c4-ad5adbbefcdc
Diffstat (limited to 'man/drfit-package.Rd')
-rw-r--r--man/drfit-package.Rd29
1 files changed, 29 insertions, 0 deletions
diff --git a/man/drfit-package.Rd b/man/drfit-package.Rd
new file mode 100644
index 0000000..ac91a35
--- /dev/null
+++ b/man/drfit-package.Rd
@@ -0,0 +1,29 @@
+\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 <jranke@uni-bremen.de>
+}
+\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)}
+}

Contact - Imprint