-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathChangeLog
25 lines (13 loc) · 1.3 KB
/
ChangeLog
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
ChangeLog file for coarseDataTools
v0.1 - added functions (with documentation) for estimating the relative case fatality ratio. Currently only tested on situations with two groups of interest, i.e. two levels of covariate J.
v0.2 - added functions (with documentation) for estimating a univariate distribution with an arbitrary mixture of doubly interval-censored, single interval-censored and exact observations using a maximum likelihood approach.
v0.3 - added documentation for datafiles.
v0.4 - added functions for simulation precision of estimated percentiles from coarse incubation period datasets.
v0.5 - added get.obs.type() function to easily generate observation types for data set up in doubly interval censored format.
v0.5.1 - changed code to eliminate NOTE message in R CMD CHECK.
v0.6 - added Azman/Lessler contributions: MCMC estimation functions, ability to fit Weibull and Gamma distributions, and bootstrap confidence intervals.
v0.6.3 - minor modifications to address NAMESPACE issues.
v0.6.4 - merged hackout3 branch to support new distributions
v0.6.5 - minor modifications to fix improper call to `class()` and other new NOTES.
v0.6.6 - update vignette to Rmd, removal of plot method for cd.fit object.
v0.7 - Refactor code to align with lintr standards, adding Hugo Gruson as contributor.