Description Usage Arguments Value Examples
It acts similiarly to Excel's MAXIF function. It returns the maximum value from an array after testing for certain criterias.
1 |
range |
Range where it should check the criteria |
criteria |
Where should it lookup the value |
max_range |
Which array should it return the max from. |
In this case we get the maximum value of Sepal Length from Species which are virginica. Function will always return numeric class.
1 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.