aboutsummaryrefslogtreecommitdiff
path: root/man
diff options
context:
space:
mode:
authorranke <ranke@d1b72e20-2ee0-0310-a1c4-ad5adbbefcdc>2005-02-25 14:57:22 +0000
committerranke <ranke@d1b72e20-2ee0-0310-a1c4-ad5adbbefcdc>2005-02-25 14:57:22 +0000
commitabd8cb44371374aea0324a81287c42b809c304f5 (patch)
tree08bc5d03b1cc61acdeb19c395cf58898fc77a2ab /man
parent473e0e78e3ffa1eb344a55d26a8395cb01b58ab5 (diff)
rewritten drplot function, documentation not up to date
git-svn-id: http://kriemhild.uft.uni-bremen.de/svn/drfit@14 d1b72e20-2ee0-0310-a1c4-ad5adbbefcdc
Diffstat (limited to 'man')
-rw-r--r--man/drplot.Rd22
1 files changed, 10 insertions, 12 deletions
diff --git a/man/drplot.Rd b/man/drplot.Rd
index 3708d4b..418de15 100644
--- a/man/drplot.Rd
+++ b/man/drplot.Rd
@@ -14,20 +14,18 @@
A data frame as returned from \code{\link{drfit}}.
}
\item{data}{
- A data frame as returned from \code{\link{drdata}}. If data is to be
- plotted, 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, a column "dose" with the numeric dose values and a factor
- called "dosefactor" containing the dose as a factor. If plotting of the data is
- not required, data can be set to FALSE.
+ A data frame as returned from \code{\link{drdata}}. 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, a column
+ "dose" with the numeric dose values and a factor called "dosefactor"
+ containing the dose as a factor.
}
\item{dtype}{
- A string describing if the raw data should be plotted ("raw"), or
- an error bar should be constructed from the standard deviations of the
- responses at each dose level ("std", default value) or from the confidence
- intervals ("conf"). Of course, dtype only makes a difference, if a valid data
- object has been referenced.
+ A string describing if the raw data should be plotted ("raw"), or an error
+ bar should be constructed from the standard deviations of the responses at
+ each dose level ("std", default value) or from the confidence intervals
+ ("conf"). If you don't want to see the data, set it to "none".
}
\item{alpha}{
The confidence level, defaulting to 0.95, only used if dtype "conf" has been

Contact - Imprint