-
Notifications
You must be signed in to change notification settings - Fork 2
/
DESCRIPTION
37 lines (37 loc) · 912 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: varian
Title: Variability Analysis in R
Version: 0.3.0
Date: 2023-03-16
Authors@R:
person(given = "Joshua F.",
family = "Wiley",
role = c("aut", "cre"),
email = "jwiley.psych@gmail.com",
comment = c(ORCID = "0000-0002-0271-6702"))
URL: https://joshuawiley.com/varian, https://github.com/JWiley/varian
BugReports: https://github.com/JWiley/varian/issues
Description: Uses a Bayesian model to
estimate the variability in a repeated
measure outcome and use that as an outcome or a predictor
in a second stage model.
Depends:
R (>= 4.0.0)
Imports:
stats,
rstan (>= 2.21.0),
ggplot2,
JWileymisc,
extraoperators,
MASS,
Formula,
grid,
gridExtra
Suggests:
shinystan,
testthat
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
Config/testthat/edition: 3
VignetteBuilder: knitr
RoxygenNote: 7.2.3