oopt = ani.options(interval = 0.1, nmax = 100)
# 90\% interval
conf.int(0.90, main = "Demonstration of Confidence Intervals")
# save the animation in HTML pages
ani.options(ani.height = 400, ani.width = 600, nmax = 100,
interval = 0.15, title = "Demonstration of Confidence Intervals",
description = "This animation shows the concept of the confidence
interval which depends on the observations: if the samples change,
the interval changes too. At last we can see that the coverage rate
will be approximate to the confidence level.")
ani.start()
par(mar = c(3, 3, 1, 0.5), mgp = c(1.5, 0.5, 0), tcl = -0.3)
conf.int()
ani.stop()
ani.options(oopt)
Run the code above in your browser using DataLab