## 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)
The wcr package is an R package that implements within-cluster resampling (a.k.a. multiple outputation).
## wcrpackage itself ## library(wcr)
```
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.