-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
39 lines (39 loc) · 998 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
38
39
Package: casecrossover
Type: Package
Title: Approximate Bayesian Inference for Case Crossover Models
Version: 0.1.0
Authors@R: person("Alex","Stringer",email = "alex.stringer@mail.utoronto.ca",role = c("cre","aut"))
Maintainer: Alex Stringer <alex.stringer@mail.utoronto.ca>
Description: Implementation of the methodology described in ...
This package fits case crossover models with linear or smooth terms
for covariate effects, using approximate Bayesian inference. Marginal
posterior summaries are returned by default, and functions are provided
for more advanced computations like global confidence envelopes and samples.
License: GPL-3
Encoding: UTF-8
LazyData: true
Depends: R (>= 3.4.0)
Imports:
ggplot2,
magrittr,
rlang,
dplyr,
base,
stats,
utils,
Matrix,
stringr,
purrr,
matrixStats,
methods,
trustOptim,
data.table,
mvQuad
RoxygenNote: 7.0.2
Suggests:
knitr,
rmarkdown,
testthat,
parallel,
mvtnorm
VignetteBuilder: knitr