Description Usage Arguments Value Author(s) See Also Examples
Function utild1bin
is applied to a pair of vectors and convert them to the pair of binary arrays with a rule specified by user
1 |
arr0 |
vector of values/outcomes to be binarized |
arr1 |
vector of values/outcomes to be binarized |
method |
method of setting a threshold:
|
trsh |
specifies the individual threshold values for array binarizations when |
inverted |
logical item specifying if the result will be inverted (zeros replaced by ones and ones replaced by zeros) after bianrization |
d2 |
works exactly as |
bin0 |
result of arr0 binarization |
bin1 |
result of arr1 binarization |
counts |
summary/report of how the arrays were binarized |
Vitaly Efremov <vitaly.efremov@dcu.ie>
1 2 3 4 5 6 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.