-
Notifications
You must be signed in to change notification settings - Fork 1
/
DESCRIPTION
54 lines (54 loc) · 1.5 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
53
54
Package: SingleCaseES
Type: Package
Title: A Calculator for Single-Case Effect Sizes
Version: 0.7.3.9999
Authors@R: c(
person(c("James","E."), "Pustejovsky", email = "[email protected]", role = c("aut", "cre")),
person("Man", "Chen", email = "[email protected]", role = "aut"),
person(c("Daniel","M."), "Swan", email = "[email protected]", role = "aut"),
person("Paulina", "Grekov", email = "[email protected]", role = "ctb")
)
Description:
Provides R functions for calculating basic effect size indices for
single-case designs, including several non-overlap measures and parametric
effect size measures, and for estimating the gradual effects model developed
by Swan and Pustejovsky (2018) <DOI:10.1080/00273171.2018.1466681>.
Standard errors and confidence intervals (based on the assumption that the outcome
measurements are mutually independent) are provided for the subset of effect sizes
indices with known sampling distributions.
URL: https://jepusto.github.io/SingleCaseES/
BugReports: https://github.com/jepusto/SingleCaseES/issues
License: GPL-3
Imports:
stats,
purrr,
dplyr,
tidyr,
rlang,
tidyselect,
utils
Suggests:
spelling,
shiny,
stringr,
rvest,
xml2,
ggplot2,
purrrlyr,
testthat,
markdown,
knitr,
rmarkdown,
cleanrmd,
Kendall,
kableExtra,
covr,
readxl,
glue,
janitor,
rclipboard
LazyData: TRUE
RoxygenNote: 7.3.2
Encoding: UTF-8
Language: en-US
VignetteBuilder: knitr, rmarkdown, cleanrmd