-
Notifications
You must be signed in to change notification settings - Fork 7
/
DESCRIPTION
50 lines (50 loc) · 1.26 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
Package: rsimsum
Version: 0.13.0.9000
Title: Analysis of Simulation Studies Including Monte Carlo Error
Description: Summarise results from simulation studies and compute Monte Carlo
standard errors of commonly used summary statistics. This package is modelled
on the 'simsum' user-written command in 'Stata' (White I.R., 2010
<https://www.stata-journal.com/article.html?article=st0200>), further extending
it with additional performance measures and functionality.
Authors@R: c(
person(given = "Alessandro",
family = "Gasparini",
role = c("aut", "cre"),
email = "[email protected]",
comment = c(ORCID = "0000-0002-8319-7624")),
person(given = "Ian R.",
family = "White",
role = "aut")
)
License: GPL (>= 3)
Depends:
R (>= 2.10)
Imports:
checkmate,
generics,
ggridges,
ggplot2,
knitr,
lifecycle,
rlang (>= 0.4.0),
scales,
stats
Suggests:
covr,
devtools,
dplyr,
eha,
rmarkdown,
rstpm2,
survival,
testthat,
usethis
URL: https://ellessenne.github.io/rsimsum/, https://github.com/ellessenne/rsimsum
BugReports: https://github.com/ellessenne/rsimsum/issues
VignetteBuilder: knitr
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.1
LazyData: true
ByteCompile: true
Encoding: UTF-8
Language: en-GB