Description Usage Arguments Value Author(s) See Also Examples
A wrapper for the NewmanTest() function. It repeatedly call NewmanTest() for each dose level.
1  | drOutlier(drMat, alpha = 0.01)
 | 
drMat | 
 dose-response matrix. the first column being dosage and second column being response. controls are included by specifying dose=0  | 
alpha | 
 a scalar for significance level. Only 0.01, 0.05 and 1 are allowed. alpha=1 is included for comparability issue. In this case, no outliers will be identified.  | 
indicator a vector with length nrow(drMat) specifying if a data point is outlier. Control points always have status FALSE
Kevin R Coombes (kcoombes@mdanderson.org), Pan Tong (nickytong@gmail.com)
NewmanTest, drModels, drFit, drFit-class
1 2  | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.