forked from nickreich/coarseDataTools
-
Notifications
You must be signed in to change notification settings - Fork 0
/
ChangeLog
13 lines (7 loc) · 804 Bytes
/
ChangeLog
1
2
3
4
5
6
7
8
9
10
11
12
13
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.