Nothing
This package includes comprehensive vignettes that demonstrate all the functionality of the rwa package.
Main tutorial covering the basics of Relative Weights Analysis.
Advanced guide to statistical significance testing with bootstrap methods.
After installing the package, you can access the vignettes in several ways:
# View available vignettes
vignette(package = "rwa")
# Open specific vignettes
vignette("introduction-to-rwa", package = "rwa")
vignette("bootstrap-confidence-intervals", package = "rwa")
rwa packageThe vignettes are also available in the package documentation website.
If you're developing the package, you can build vignettes locally:
# Build vignettes during package installation
devtools::install(build_vignettes = TRUE)
# Or build vignettes separately
devtools::build_vignettes()
Note: Building vignettes requires the suggested packages (knitr, rmarkdown) to be installed.
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.