-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathDESCRIPTION
33 lines (33 loc) · 1.03 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
Package: cvcqv
Type: Package
Title: Coefficient of Variation (CV) with Confidence Intervals (CI)
Version: 1.0.1
Date: 2020-09-01
Authors@R: person("Maani", "Beigy", email = "[email protected]",
role = c("aut", "cre"))
Maintainer: Maani Beigy <[email protected]>
Description: Provides some easy-to-use functions and classes to calculate
variability measures such as coefficient of variation with confidence
intervals provided with all available methods. References are
Panichkitkosolkul (2013) <doi:10.1155/2013/324940> ,
Altunkaynak & Gamgam (2018) <doi:10.1080/03610918.2018.1435800> ,
Albatineh, Kibria, Wilcox & Zogheib (2014) <doi:10.1080/02664763.2013.847405> .
Depends:
R (>= 3.1.2),
dplyr (>= 0.8.0.1)
Imports: R6,
SciViews,
boot,
MBESS
Suggests:
testthat,
knitr,
rmarkdown,
covr
VignetteBuilder: knitr
URL: https://github.com/MaaniBeigy/cvcqv
BugReports: https://github.com/MaaniBeigy/cvcqv/issues
License: GPL-3
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.1.1