View source: R/maxR-functions.R
| outsidePoints | R Documentation | 
List all points with corresponding p-values declared non-additive by the maxR statistical test.
outsidePoints(maxR, B = 10000)
maxR | 
 maxR statistics table returned by   | 
B | 
 Iterations to use for the distribution of the maxR statistic. This
is only used if   | 
Returns a dataframe listing only dose combinations that exhibit significant deviations from the expected response surface.
  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)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.