Skip to content

Latest commit

 

History

History
16 lines (10 loc) · 427 Bytes

README.md

File metadata and controls

16 lines (10 loc) · 427 Bytes

vfisher

This package provides a vectorized version of stats::fisher.test, for the case of many 2x2 contingency tables, such as might arise when doing a synthetic trial evaluation.

Installation

You can install the development version of vfisher from GitHub with:

# install.packages("devtools")
devtools::install_github("ACCIDDA/vfisher")