Description Usage Arguments Value Author(s) See Also Examples
Generate specific summaries of numeric columns in a data frame
1 | df.numeric.summary(x, na.rm = TRUE)
|
x |
A data frame. Non-numeric columns will be removed |
na.rm |
A logical indicating whether missing values should be removed |
This function returns a data.frame
including columns:
id
min
q1
mean
median
q3
iqr
stdev
max
skewness
skew
Eva Szin Takacs, szin.takacs.eva@gmail.com
summary
1 2 | df.numeric.summary(iris)
df.numeric.summary(airquality, na.rm = FALSE)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.