inst/examples/R/data/univariate/ecdf/example_ecdf.R

data(Boston, package="MASS")
ecdf.medv <- ecdf(Boston$medv)
# print
ecdf.medv
# summary
summary(ecdf.medv)
# plot
plot(ecdf.medv)
sigbertklinke/shinyExample documentation built on May 26, 2019, 4:32 a.m.