Skip to content

Latest commit

 

History

History
26 lines (14 loc) · 799 Bytes

README.md

File metadata and controls

26 lines (14 loc) · 799 Bytes

RSVMMAT

R package that performs retrospective set-based varying coefficient mixed model association tests for longitudinal binary traits.

Installation Instructions:

Required software and packages

  1. R (http://www.r-project.org/)

  2. Package expm, stats, mvtnorm, MASS, utils

Please install the required R package before you install RSVMMAT package. Please install the RSVMMAT as following steps.

Install RSVMMAT in R

library(devtools)
devtools::install_github(repo = 'ZWang-Lab/RSVMMAT')

Usage instructions

All functions and examples in the RSVMMAT are available in the manual file (https://github.com/ZWang-Lab/RSVMMAT/blob/main/RSVMMAT_0.0.1.0.pdf) and and in the vignettes (https://github.com/ZWang-Lab/RSVMMAT/blob/main/vignettes/RSVMMAT.Rmd)