Skip to content

hyunminkang/squat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SQuAT

The main goal of SQuAT (Sparse Quantile Aggregation Test) is to perform robust and powerful meta-analysis of sparse summary statistics that can be represented as intervals of quantiles.

Installation

# Install from GitHub:
# install.packages("devtools")
devtools::install_github("hyunminkang/squat")

Usage

The help functions provided in the package will inform the usage.

library(squat)
help(squat_binom_overdisp_test)
help(squat_binom_directional_test)