-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
32 lines (32 loc) · 1000 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
Package: naidem
Title: Median with Missing Values Analysis
Version: 0.1.0.9000
Authors@R: c(
person("Lukas", "Jung", email = "[email protected]", role = c("aut", "cre")),
person("R Core Team", comment = "some code and documentation was copied", role = "ctb")
)
Description: Provide alternatives to 'median()' methods
to check if the median can be determined even
if some values are missing. See Franzese and Iuliano (2019)
<doi:10.1016/B978-0-12-809633-8.20354-3> for general information.
License: GPL (>= 2)
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.2.3
Suggests:
knitr,
rmarkdown,
testthat (>= 3.0.0)
Config/testthat/edition: 3
VignetteBuilder: knitr
URL: https://github.com/lhdjung/naidem,
https://lhdjung.github.io/naidem/
BugReports: https://github.com/lhdjung/naidem/issues
Collate:
'median-is-determinate.R'
'median-range.R'
'median2.R'
'median-table.R'
'utils.R'
Imports:
tibble