diff options
author | ranke <ranke@d1b72e20-2ee0-0310-a1c4-ad5adbbefcdc> | 2005-04-26 14:23:35 +0000 |
---|---|---|
committer | ranke <ranke@d1b72e20-2ee0-0310-a1c4-ad5adbbefcdc> | 2005-04-26 14:23:35 +0000 |
commit | 431b88f2b47522a7c92510ed44ab0711a3ed8e33 (patch) | |
tree | e517810c35f7bfd913a61fdaa3889f3a93a4f43a /man/drfit.Rd | |
parent | bf1d3b82134f6a5e108ba6bbbe8eb578b69b9264 (diff) |
The drdata and the drfit function can now handle data with "no fit" entries in
the "ok" column. They are not used for fitting, but they are plotted.
git-svn-id: http://kriemhild.uft.uni-bremen.de/svn/drfit@21 d1b72e20-2ee0-0310-a1c4-ad5adbbefcdc
Diffstat (limited to 'man/drfit.Rd')
-rw-r--r-- | man/drfit.Rd | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/man/drfit.Rd b/man/drfit.Rd index ddcf80b..42bbd07 100644 --- a/man/drfit.Rd +++ b/man/drfit.Rd @@ -17,7 +17,9 @@ response values of the test system normalized between 0 and 1 and a column "dose" with the numeric dose values. For later use of the \code{\link{drplot}} function, a factor called "dosefactor" also has to be - present, containing the dose as a factor. + present, containing the dose as a factor. If there is a column called "ok" + and it is set to "no fit", then the corresponding data point will be excluded + from the fitting procedure. } \item{startlogEC50}{ Especially for the linearlogis model, a suitable log10 of the EC50 has to be given |