Skip to content

Latest commit

 

History

History
36 lines (20 loc) · 1.51 KB

README.md

File metadata and controls

36 lines (20 loc) · 1.51 KB
output
github_document

wCorr

CRAN status CRAN status CRAN status

Overview

The wCorr package can be used to calculate Pearson, Spearman, polyserial, and polychoric correlations, in weighted or unweighted form. The package implements the tetrachoric correlation as a specific case of the polychoric correlation and biserial correlation as a specific case of the polyserial correlation. When weights are used, the correlation coefficients are calculated with so called sample weights or inverse probability weights. Check out the Articles section to learn more about the methodology used in the wCorr package, read here and the use of applying two Boolean switches.

Installation

# You can install the released version of wCorr from CRAN with:
install.packages("wCorr")
# And the development version from GitHub  with:
install.packages("devtools")
devtools::install_github("American-Institutes-for-Research/wCorr")