inst/examples/R/data/univariate/descriptive_summary/example_descriptive_summary.R

data(Boston, package="MASS")
library("psych")
#
summary(Boston$medv)
fivenum(Boston$medv)
describe(Boston$medv)
sigbertklinke/shinyExample documentation built on May 26, 2019, 4:32 a.m.