Description Usage Arguments Value Examples
Identifying outliers for dose-response data
1 | drOutlier(drMat, alpha = 0.01)
|
drMat |
dose-response matrix. The first column being dosage and the 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
1 2 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.