chart.ECDF(R, main = "Empirical CDF", xlab = "x", ylab = "F(x)", colorset = c("black", "#005AFF"), lwd = 1, xlim = NULL, ylim = NULL, darken = FALSE, lty = c(1, 1), ...)
plot
plot
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])
Run the code above in your browser using DataLab