-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
31 lines (31 loc) · 1.42 KB
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
Package: wCorr
Type: Package
Title: Weighted Correlations
Version: 1.9.7
Date: 2023-08-18
Authors@R: c(person("Emmanuel", "Sikali", role="pdr", email = "[email protected]"),
person("Paul", "Bailey", role=c("aut", "cre"), email="[email protected]"),
person("Ahmad", "Emad", role="aut"),
person("Eric", "Buehler", role="ctb"))
Maintainer: Paul Bailey <[email protected]>
Description: Calculates Pearson, Spearman, polychoric, and polyserial correlation coefficients, in weighted or unweighted form. The package implements tetrachoric correlation as a special case of the polychoric and biserial correlation as a specific case of the polyserial.
License: GPL-2
BugReports: https://github.com/American-Institutes-for-Research/wCorr/issues
URL: https://american-institutes-for-research.github.io/wCorr/
Note: This publication was prepared for NCES under Contract No.
ED-IES-12-D-0002 with the American Institutes for Research.
Mention of trade names, commercial products, or organizations
does not imply endorsement by the U.S. Government.
Imports: minqa, mnormt, Rcpp, stats
Depends: R (>= 3.0.0)
Suggests: knitr, rmarkdown, lattice, doBy
VignetteBuilder: knitr
LinkingTo: Rcpp, RcppArmadillo
Encoding: UTF-8
NeedsCompilation: yes
Author: Emmanuel Sikali [pdr],
Paul Bailey [aut, cre],
Ahmad Emad [aut],
Eric Buehler [ctb]
RoxygenNote: 7.2.3
Packaged: 2023-08-18 22:58:32 UTC; pbailey