Description Usage Arguments Details Value Examples
abc criterion is area between curves divivded by the width of t.range. S1 criterion between two curves is defined as the integrated squared distance divivded by the width of t.range. S2 is relative bias divivded by the width of t.range.
1 2 3 4 | get.abc(p1, p2, t.range)
get.S1(p1, p2, t.range)
get.S2(p1, p2, t.range)
get.abs.dev(p1, p2, t.range, y.range)
|
p1 |
a vector of coefficients specify the first curve |
p2 |
a vector of coefficients specify the second curve |
t.range |
a vector two real numbers. The range of log standard concentrations. The first one is the minimum t and the second one is the maximum t |
y.range |
p1 and p2 can be in either classical or gh parameterization.
a real number
1 2 3 4 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.