fano | R Documentation |
Calculates the fano factor on a numeric vector (it excludes NA-s by default).
fano(x, na.rm = TRUE, USE = "na.or.complete")
x |
A numeric vector. |
na.rm |
Should NA values be removed before calculation? Defaults to TRUE. |
USE |
The method used to calculate the variance. Defaults to |
The fano factor of the input vector.
fano(1:5)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.