## Create a header using devtools::use_vignette("my-vignette")
## knitr configuration: http://yihui.name/knitr/options#chunk_options
library(knitr)
showMessage <- FALSE
showWarning <- TRUE
set_alias(w = "fig.width", h = "fig.height", res = "results")
opts_chunk$set(comment = "", error= TRUE, warning = showWarning, message = showMessage,
               tidy = FALSE, cache = F, echo = T,
               fig.width = 7, fig.height = 7, dev.args = list(family = "sans"))

## R configuration
options(width = 116, scipen = 5)

What is wcr?

The wcr package is an R package that implements within-cluster resampling (a.k.a. multiple outputation).

Load packages

## wcrpackage itself
## library(wcr)

```




kaz-yos/mouse documentation built on May 20, 2019, 7:53 a.m.