R/wcr-package.R

##' 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
kaz-yos/mouse documentation built on May 20, 2019, 7:53 a.m.