Skip to content

Latest commit

 

History

History
16 lines (13 loc) · 660 Bytes

README.md

File metadata and controls

16 lines (13 loc) · 660 Bytes

PartialPairs

PartialPairs provides methods for making inferences about partially matched samples, that is, when one has missing data among matched pairs. The methods are described by Kuan and Huang in

Kuan, P. F., & Huang, B. (2013). A simple and robust method for partially matched samples using the p-values pooling approach. Statistics in medicine, 32(19), 3247–3259.

See this repository's documentation (docs.pdf) for details on usage of the main functions.

Installation

Install devtools if you have not previously done so:

install.packages("devtools")

Install PartialPairs:

devtools::install_github("samvanderpoel/PartialPairs")