aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorranke <ranke@d1b72e20-2ee0-0310-a1c4-ad5adbbefcdc>2005-12-22 01:20:45 +0000
committerranke <ranke@d1b72e20-2ee0-0310-a1c4-ad5adbbefcdc>2005-12-22 01:20:45 +0000
commitc8e0c314c0bc0afcd9f585770398bdb98936e3da (patch)
tree701cf7d8588531feb5346f4218ed6024f1fa3fc3
parentf2a378b45ed4de33a66679c8f280207d94892dd2 (diff)
Small improvement in the help file for the drfit function.
git-svn-id: http://kriemhild.uft.uni-bremen.de/svn/drfit@51 d1b72e20-2ee0-0310-a1c4-ad5adbbefcdc
-rw-r--r--DESCRIPTION2
-rw-r--r--man/drfit.Rd12
2 files changed, 7 insertions, 7 deletions
diff --git a/DESCRIPTION b/DESCRIPTION
index 7d4d282..07bf47a 100644
--- a/DESCRIPTION
+++ b/DESCRIPTION
@@ -1,5 +1,5 @@
Package: drfit
-Version: 0.04-50
+Version: 0.04-51
Date: 2005-12-21
Title: Dose-response data evaluation
Author: Johannes Ranke <jranke@uni-bremen.de>
diff --git a/man/drfit.Rd b/man/drfit.Rd
index 295965d..abb135a 100644
--- a/man/drfit.Rd
+++ b/man/drfit.Rd
@@ -13,12 +13,12 @@
\arguments{
\item{data}{
A data frame containing dose-response data. The data frame has to
- contain at least a factor called "substance", a vector called "unit"
- containing the unit used for the dose, a column "response" with the
- response values of the test system normalized between 0 and 1 and a column
- "dose" with the numeric dose values. Such a data frame can be easily obtained
- if a compliant RODBC data source is available for use in conjunction with
- the function \code{\link{drdata}}.
+ contain at least a factor called "substance", a numeric vector "dose" with
+ the dose values, a vector called "unit" containing the unit used for the
+ dose and a numeric vector "response" with the response values of the test system
+ normalized between 0 and 1. Such a data frame can be easily obtained if a
+ compliant RODBC data source is available for use in conjunction with the
+ function \code{\link{drdata}}.
If there is a column called "ok" and it is set to "no fit" in a specific
line, then the corresponding data point will be excluded from the fitting

Contact - Imprint