Skip to contents

This is a set of functions and analyses exploring precision weighted bias.

Installation

Install the package using

# install.packages("devtools")
devtools::install_github("martinlaw/pwb",  build_vignettes=TRUE)

Analyses

The analyses are stored in vignettes. A list of vignettes can be obtained using either of the following commands:

vignette(package="pwb") # to see list in R
browseVignettes("pwb") # to see list in HTML browser

To view a single vignette, use for example

vignette("Non-adaptive_designs")
#> starting httpd help server ... done