Skip to content

Latest commit

 

History

History
31 lines (19 loc) · 703 Bytes

README.md

File metadata and controls

31 lines (19 loc) · 703 Bytes

Collaborative Cross Tools

Summary

This package has a collection of simple functions that may be used to work with Collaborative Cross data, along with some other miscellaneous functions.

Installation

You can install PLMcctools using the following steps.

  1. Install dependencies from CRAN in R:
install.packages(c('stringr', 'devtools', 'gridGraphics'))
  1. Install miqtl in R. See miqtl on github:
devtools::install_github("gkeele/miqtl")
  1. Install PLMcctools:
devtools::install_github("mauriziopaul/PLMcctools")

You should then be able to load the package using library(PLMcctools) in R.