Description Usage Arguments Value Author(s) Examples
This is simple function that estimates the classification of an item given that its weight in the entire sample. The classification is created as follow: $x <= .80 ~ A, x <= .95 ~ B, otherwise ~ C$.
1 | class_volval(series)
|
series |
numeric vector |
string
Obryan Poyser
1 2 3 4 | ## Not run:
class_volval(AirPassengers)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.