Description Usage Arguments Value See Also Examples
calculate mean of a vector containing NaNs
1 | nanmean(inputdata)
|
inputdata |
data for which to calculate the mean |
arithmetic mean of inputdata with NaNs removed. Same as mean(x,na.rm=TRUE)
mean()
1 2 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.