-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathDESCRIPTION
52 lines (52 loc) · 1.52 KB
/
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
40
41
42
43
44
45
46
47
48
49
50
51
52
Package: scdhlm
Title: Estimating Hierarchical Linear Models for Single-Case Designs
Version: 0.7.3
Authors@R: c(
person("James", "Pustejovsky", email = "[email protected]", role = c("aut", "cre")),
person("Man", "Chen", role = "aut"),
person("Bethany", "Hamilton", role = "aut")
)
Description: Provides a set of tools for estimating hierarchical linear
models and effect sizes based on data from single-case designs.
Functions are provided for calculating standardized mean difference effect sizes that
are directly comparable to standardized mean differences estimated from between-subjects randomized experiments,
as described in Hedges, Pustejovsky, and Shadish (2012) <DOI:10.1002/jrsm.1052>;
Hedges, Pustejovsky, and Shadish (2013) <DOI:10.1002/jrsm.1086>;
Pustejovsky, Hedges, and Shadish (2014) <DOI:10.3102/1076998614547577>;
and Chen, Pustejovsky, Klingbeil, and Van Norman (2023) <DOI:10.1016/j.jsp.2023.02.002>.
Includes an interactive web interface.
URL: https://jepusto.github.io/scdhlm/
BugReports: https://github.com/jepusto/scdhlm/issues
License: GPL-3
VignetteBuilder: knitr
LazyData: true
Imports:
stats,
utils,
readxl,
rlang,
dplyr,
tidyselect,
magrittr,
lmeInfo (>= 0.3.0)
Depends:
nlme,
R (>= 3.0.1)
Suggests:
knitr,
markdown,
rmarkdown,
ggplot2,
plyr,
boot,
parallel,
shiny,
shinytest,
glue,
janitor,
rclipboard,
rvest,
testthat
RoxygenNote: 7.2.3
Encoding: UTF-8
Language: en-US