-
Notifications
You must be signed in to change notification settings - Fork 2
/
DESCRIPTION
24 lines (20 loc) · 1.32 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
Package: revengc
Type: Package
Title: Reverse Engineering Summarized Data
Version: 1.0.3
Authors@R: c(
person("Samantha", "Duchscherer", email = "[email protected]", role = c("aut", "cre")),
person("UT-Battelle, LLC", role = "cph")
)
Author: Samantha Duchscherer [aut, cre],
UT-Battelle, LLC [cph]
Maintainer: Samantha Duchscherer <[email protected]>
Description: Decoupled (e.g. separate averages) and censored (e.g. > 100 species) variables are continually reported by many well-established organizations (e.g. World Health Organization (WHO), Centers for Disease Control and Prevention (CDC), World Bank, and various national censuses). The challenge therefore is to infer what the original data could have been given summarized information. We present an R package that reverse engineers decoupled and/or censored count data with two main functions. The cnbinom.pars() function estimates the average and dispersion parameter of a censored univariate frequency table. The rec() function reverse engineers summarized data into an uncensored bivariate table of probabilities.
URL: https://github.com/GIST-ORNL/revengc
Depends: R (>= 3.1.2)
License: MIT + file LICENSE
LazyData: TRUE
Imports: stringr, mipfp, dplyr, truncdist
Suggests: R.rsp
VignetteBuilder: R.rsp
RoxygenNote: 6.0.1.9000