View source: R/getBinaryClassificationYesNo.R
getBinaryClassificationYesNo | R Documentation |
Get binary classificatoin from vector values taking into account a logical operator
getBinaryClassificationYesNo(value, condition = "<", limit = 0)
value |
vector with values to classify as binary "yes" / "no" |
condition |
Condition to apply in order to classify values, "<", ">", "<=" or ">=", by default condition is "<" |
limit |
limit value to classify data taking into account "condition" param, by default limit is 0 |
Vector with betas length with classification in Hyper and Hypo
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.