Description Usage Arguments Value Author(s)
Sometimes the standard mean() function works on matrices, but it does not on dataframes. In case the parameter is a dataframe, the mean will be computed as the sum of all the values divided by the count of elements. Else another standard mean will be called.
1 2 |
x |
the dataframe |
... |
additional parameters are quietly ignored |
a double value
Samuel Thiriot <samuel.thiriot@res-ear.ch>
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.