-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
37 lines (37 loc) · 902 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
30
31
32
33
34
35
36
37
Package: bgamcar1
Title: Fit Bayesian GAMs With CAR(1) Errors To Censored Data
Version: 0.0.0.9000
Authors@R:
person("Benjamin", "Trueman", , "benjamin.trueman@dal.ca", role = c("aut", "cre"),
comment = c(ORCID = "0000-0002-1539-3092"))
Description: This package is intended to document the data analysis for an upcoming paper. It addresses a small gap in brms functionality by fitting models with the CAR(1) autocorrelation structure.
License: MIT + file LICENSE
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2
Imports:
brms (>= 2.19.6),
data.table,
dplyr,
glue,
loo,
NADA,
purrr,
rlang,
rstan,
stringr,
tibble,
tidybayes,
tidyr,
tidyselect,
withr
Suggests:
cmdstanr,
covr,
ggdist,
posterior,
readr,
testthat (>= 3.0.0)
Config/testthat/edition: 3
Remotes:
paul-buerkner/brms