chart.ECDF(R, main = "Empirical CDF", xlab = "x", ylab = "F(x)", colorset = c("black", "#005AFF"), lwd = 1, lty = c(1, 1), element.color = "darkgray", xaxis = TRUE, yaxis = TRUE, ...)
plot
plot
plot
plot
plot
plot
ecdf
and overlays the CDF for a fitted normal function as well.
Inspired by a chart in Ruppert (2004).
plot
, ecdf
data(edhec)
chart.ECDF(edhec[, 1, drop=FALSE])
Run the code above in your browser using DataLab