##' Within-cluster resampling
##'
##' Implements within-cluster resampling
##'
##' @name wcr-package
##' @aliases wcr-package wcr
##' @docType package
##' @import dplyr
##' @importFrom stats as.formula coef confint mean sd var
##' @importFrom utils combn
##' @note Acknowledgement:
##'
##' Shunguang Wang for his support in development
##'
##' Developmental repository is on github. Your contributions are appreciated.
##'
##' \url{https://github.com/kaz-yos/wcr}
##'
##' @author Kazuki Yoshida
##'
##' Maintainer: Kazuki Yoshida <kazukiyoshida@@mail.harvard.edu>
##' @seealso
##' \code{\link{WcrData}}, \code{\link{with.wrc_data}}
##' @examples
##'
##' ## See examples for WcrData and with.wrc_data
##'
NULL
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.