diff options
-rw-r--r-- | DESCRIPTION | 2 | ||||
-rw-r--r-- | man/drfit.Rd | 12 |
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 |