This package has a collection of simple functions that may be used to work with Collaborative Cross data, along with some other miscellaneous functions.
You can install PLMcctools
using the following steps.
- Install dependencies from CRAN in R:
install.packages(c('stringr', 'devtools', 'gridGraphics'))
- Install
miqtl
in R. See miqtl on github:
devtools::install_github("gkeele/miqtl")
- Install
PLMcctools
:
devtools::install_github("mauriziopaul/PLMcctools")
You should then be able to load the package using library(PLMcctools)
in R.