-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
executable file
·35 lines (35 loc) · 1.21 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
32
33
34
35
Package: JerimalaiStoneArtefacts
Title: R package to accompy a study of stone artefacts from Jerimalai, East
Timor
Version: 0.0.0.9000
Authors@R: person("Ben", "Marwick", , "benmarwick@gmail.com", role = c("aut", "cre"))
Description: Provides functions for two types of Bayesian methods, a one-way ANOVA for comparing groups of metric data
(such as artefact measurements over different phases of occupation, where an ANOVA is the common
null-hypothesis-significance-test, or NHST), and a Poisson exponential ANOVA for contingency
table analysis (such as artefact counts, where a chi-square is the common NHST). For detailed
discussion of methods, the motivation for using a Bayesian approach, see the supplementary material
at http://dx.doi.org/10.6084/m9.figshare.985406. This package Uses code from John K. Kruschke's book
"Doing Bayesian Data Analysis: A Tutorial with R and BUGS"
Depends:
R (>= 3.2.0)
License: MIT
LazyData: true
Imports:
rjags,
coda,
runjags,
rmarkdown,
ggplot2,
reshape2,
plyr,
dplyr,
vcd,
BEST,
lattice,
xtable,
data.table,
git2r,
Bchron
Suggests:
testthat
RoxygenNote: 5.0.1