====== Bootstrapping the i.i.d data ======
The function ''boot.iid()'' has provided an illustration of bootstrapping for the i.i.d data.
===== Animation =====
library(animation)
saveHTML({options()
par(mar = c(2.5, 4, 0.5, 0.5))
boot.iid(main = c("", ""), heights = c(1, 2))
},
img.name="boot_iid", htmlfile="boot_iid.html",
ani.height = 500, ani.width = 600, outdir = getwd(),
title = "Bootstrapping the i.i.d data",
description = c("This is a naive version of bootstrapping but
may be useful for novices."))