-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
29 lines (29 loc) · 930 Bytes
/
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
Package: circus
Type: Package
Title: Helper functions to wrangle animal models from 'brms'
Version: 0.1.0
Authors@R:
person(given = "Fonti",
family = "Kar",
role = c("aut", "cre"),
email = "[email protected]")
Description: circus is a package for wrangling and summarising 'brmsfit' mixed model objects.
The package allows quick calculations of intra-class correlations (ICC) coefficients
such as heritability from quantitative genetics models (animal models).
This package is still under development and currently supports random intercept models only.
See README and vignette('circus') for further information.
License: GPL-2
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.1.1
Depends:
R (>= 3.5)
Imports:
brms,
MCMCglmm
Suggests:
knitr,
rmarkdown,
testthat,
testthis
VignetteBuilder: knitr