| stats | R Documentation |
A set of statistics that extend the ones made available in the stats
package.
bvar(x)
bsd(x)
rowVar(x)
colVar(x)
## S4 method for signature 'numeric'
skew(x)
## S4 method for signature 'numeric'
kurt(x)
x |
numeric for |
bvar() and bsd() return a single numeric, rowVar() and
colVar() return a numeric vector.
bvar(): Biased sample variance
bsd(): Biased sample standard deviation
rowVar(): Biased sample variance by matrix row
colVar(): Biased sample variance by matrix column
skew(numeric): Sample skewness
kurt(numeric): Sample kurtosis
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.