-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathDESCRIPTION
31 lines (31 loc) · 1.09 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: metaAidR
Title: Functions and Data for Aiding Meta-analyses in Ecology and Evolution
Version: 0.0.0.9000
Authors@R: c(person("Malgorzata", "Lagisz", email="m.nakagawa-lagisz@unsw.edu.au", role=c("aut")),person("Alistair", "Senior", email="alistair.senior1985@gmail.com", role=c("aut")),person("Shinichi", "Nakagawa", email="s.nakagawa@unsw.edu.au", role=c("aut")),person("Daniel", "Noble", email="daniel.wa.noble@gmail.com", role=c("aut", "cre")))
Description: Functions for aiding meta-analyses in ecology and evolution.
Contains functions for converting descriptive data to relevant statistics for
calculating effect size, deriving correlation and covariance matrices to control
for non-independence etc. Example datasets are provided to guide authors in the
implementation of various methods.
Depends:
R (>= 3.2.3)
License: GPL-2
LazyData: true
Imports:
MCMCglmm,
metafor,
dplyr,
coda,
stats,
Matrix,
utils,
tidyverse,
magrittr
Suggests:
knitr,
rmarkdown,
testthat,
lme4
VignetteBuilder: knitr
Encoding: UTF-8
RoxygenNote: 7.2.3