-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathDESCRIPTION
42 lines (42 loc) · 1.44 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
Package: smd
Type: Package
Title: Compute Standardized Mean Differences
Version: 0.8.0
Authors@R: c(person("Bradley", "Saul", role = c("aut", "cre"),
email = "[email protected]"),
person("Alex", "Breskin", role = c("ctb"),
email = "[email protected]"),
person("Catie", "Wiener", role = c("ctb"),
email = "[email protected]"),
person("Matt", "Phelan", role = c("ctb"),
email = "[email protected]"),
person("Daniel", "Sjoberg", role = c("ctb"),
email = "[email protected]"),
person("Nuvan", "Rathnayaka", role = c("ctb"),
email = "[email protected]"),
person("Malcolm", "Barrett", role = c("ctb"),
email = "[email protected]")
)
Description: Computes standardized mean differences and confidence intervals for
multiple data types based on Yang, D., & Dalton, J. E. (2012)
<https://support.sas.com/resources/papers/proceedings12/335-2012.pdf>.
Imports:
MASS (>= 7.3-50),
methods (>= 3.5.1)
Suggests:
testthat,
stddiff,
tableone,
knitr,
dplyr,
purrr,
markdown,
rmarkdown
License: MIT + file LICENSE
URL: https://bsaul.github.io/smd/
BugReports: https://github.com/bsaul/smd/issues
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.3.1
VignetteBuilder: knitr
Repository: cran.novisci.com