Mean | R Documentation |
Mean()
, Median()
, etc. are mere wrappers of
the functions mean()
, median()
, etc. with the
na.rm=
optional argument set TRUE
by default.
Mean(x, na.rm=TRUE, ...)
Median(x, na.rm=TRUE, ...)
Min(x, na.rm=TRUE, ...)
Max(x, na.rm=TRUE, ...)
Weighted.Mean(x, w, ..., na.rm = TRUE)
Var(x, na.rm=TRUE, ...)
StdDev(x, na.rm=TRUE, ...)
Cov(x, y = NULL, use = "pairwise.complete.obs", ...)
Cor(x, y = NULL, use = "pairwise.complete.obs", ...)
Range(..., na.rm = TRUE, finite = FALSE)
x |
a (numeric) vector. |
y |
a (numeric) vector or |
w |
a (numeric) vector of weights. |
na.rm |
a logical value, see |
use |
a character string, see |
... |
other arguments, passed to the wrapped functions. |
finite |
a logical value, see |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.