1.1 Installation

In order to work with the convey library, you will need to have R running on your machine. If you have never used R before, you will need to install that software before convey can be accessed. Once you have R loaded on your machine, you can install..

  • the latest released version from CRAN with
install.packages("convey")
  • the latest development version from github with
remotes::install_github("ajdamico/convey")

In order to know how to cite this package, run citation("convey").