An R package to facilitate within cluster resampling
Some description
> ## Load package
> library(wcr)
> ## Load data
Direct installation from github
You first need to install the devtools package to do the following. You can choose from the latest stable version and the latest development version.
## Install devtools (if you do not have it already)
> install.packages("devtools")
## Install directly from github (develop branch)
> devtools::install_github(repo = "kaz-yos/wcr", ref = "develop")
Using devtools may requires some preparation, please see the following link for information.
http://www.rstudio.com/projects/devtools/
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.