plotLoeweData {mixlow} | R Documentation |
Plots results returned from the doLoewe
function.
plotLoeweData(loeweData, ...)
loeweData |
A list returned from the doLoewe function. |
... |
Additional parameters, including main and legend
to be passed to the plot function |
Two figures are generated from the Loewe analysis. The first shows the
estimated index and its confidence intervals, along with the reference
index at 1.0. Values below this reference line are indicative of synergism
and values above are indicative of antagonism. When the upper and lower
confidence interval limits both fall below 1.0, then statistically
significant synergism is occurring. When the upper and lower confidence
interval limits both fall above 1.0, then statistically significant
antagonism is occurring. The second figure shows the estimated concentration-
response curves for each drug and the mixture. To save both figures to disk,
sandwich the plotLoeweData
command between pdf
and code{dev.off}
commands, for example.
None
John Boik jcboik@stanford.edu
# loeweData data object is obtained using the doLoewe function data("loeweData") plotLoeweData(loeweData, ask=TRUE)