outsidePoints {BIGL} | R Documentation |
List non-additive points
Description
List all points with corresponding p-values declared non-additive by the maxR statistical test.
Usage
outsidePoints(maxR, B = 10000)
Arguments
maxR |
maxR statistics table returned by |
B |
Iterations to use for the distribution of the maxR statistic. This
is only used if |
Value
Returns a dataframe listing only dose combinations that exhibit significant deviations from the expected response surface.
Examples
data <- subset(directAntivirals, experiment == 2)
## Data must contain d1, d2 and effect columns
fitResult <- fitMarginals(data)
surf <- fitSurface(data, fitResult, statistic = "maxR")
outsidePoints(surf$maxR$Ymean)
[Package BIGL version 1.9.2 Index]