-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathDESCRIPTION
24 lines (24 loc) · 945 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
Package: isdbayes
Type: Package
Title: Bayesian Hierarchical Modeling of Power Laws using brms
Version: 0.1.0
Authors@R: c(person("Jeff", "Wesner", email = "[email protected]", role = c("aut", "cre")),
(person("Justin", "Pomeranz", email = "[email protected]", role = "aut")))
Description: Estimates the exponent of a power law from one or more samples using Generalized (non)-linear mixed models in brms.
The package adds a doubly-truncated Pareto family to brms. It will also simulate data from the doubly-truncated Pareto and
and generate plots of posterior fits to data. Most other built-in features of brms, such as conditional_effects() and posterior
sampoing will also work.
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
Imports:
brms,
dplyr,
tidyr
Suggests:
knitr,
rmarkdown,
tidybayes
RoxygenNote: 7.2.3
VignetteBuilder: knitr
URL: https://jswesner.github.io/isdbayes/