-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
27 lines (27 loc) · 1.14 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
Package: cultevo
Title: Tools, Measures and Statistical Tests for Cultural Evolution
Version: 1.0.3
Date: 2023-11-30
Authors@R: person("Kevin Stadler", role=c("aut", "cre"), email="[email protected]")
Description: Provides tools and statistics useful for analysing data from artificial language experiments. It implements the information-theoretic measure of the compositionality of signalling systems due to Spike (2016) <http://hdl.handle.net/1842/25930>, the Mantel test for distance matrix correlation (after Dietz 1983) <doi:10.1093/sysbio/32.1.21>), functions for computing string and meaning distance matrices as well as an implementation of the Page test for monotonicity of ranks (Page 1963) <doi:10.1080/01621459.1963.10500843> with exact p-values up to k = 22.
URL: https://kevinstadler.github.io/cultevo/
BugReports: https://github.com/kevinstadler/cultevo/issues
Encoding: UTF-8
License: MIT + file LICENSE
Imports:
combinat,
grDevices,
graphics,
Hmisc,
pspearman,
stats,
stringi,
utils
Suggests:
memoise,
knitr,
rmarkdown,
testthat
RoxygenNote: 7.2.3
Roxygen: list(markdown = TRUE)
VignetteBuilder: knitr