#' # Example from Thompson (2002), p. 78-79
#' N = 100
#' n1 = 4
#' x = c(60, 60, 14, 1)
#' y = c(1, 1, 1, 1)
#' m = c(5, 5, 2, 1)
#' R_hat(y, x, N, n1, m, replace="TRUE")
#' var_R_hat(y, x, N, n1, m)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.