Description Usage Arguments Value Author(s) See Also Examples
Summarises numeric data and returns a data frame containing the basic summary values.
1 | numeric.summary(x, na.rm)
|
x |
a numeric vector containing the values to summarize. |
na.rm |
A logical indicating whether missing values should be removed. |
This function returns a data.frame
including columns:
min
q1
mean
median
q3
iqr
stdev
max
skewness
skew
Eva Szin Takacs, szin.takacs.eva@gmail.com
1 2 | numeric.summary(iris$Sepal.Length)
numeric.summary(airquality$Wind, na.rm = FALSE)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.