NEWS


vaccineff 0.0.4

New Features

{vaccineff 0.0.4} simplifies data handling by using linelist objects. Tags are assigned to the outcome, censoring, and vaccine dates using the function make_vaccineff_data, reducing redundancy in function input parameters.

The new pipeline includes the following three functions and complementary methods: summary and plot.

Breaking changes

The following functions are no longer accessible to users, but they are called within make_vaccineff_data():

The plot() method returns log-log and survival type plots when receiving an object of type effectiveness. This deprecates the functions plot_survival() and plot_loglog().

vaccineff 0.0.3

New Features

This version introduces an iterative matching routine within match_cohort(). After adjusting the exposure times of the pairs, new pairs are created between the removed ones and the unmatched population. The new matches with inconsistent exposure times are removed again, and the procedure is repeated until no new pairs can be made. The usage of all the functions remains unchanged by this update.

vaccineff 0.0.2

New Features

The number of functions and steps for computing vaccine effectiveness has been drastically reduced in {vaccineff 0.0.2}. The new pipeline for estimation now consists of three main functions:

Breaking Changes

The following functions are no longer accessible to users. However, they are called within make_immunization():

Similarly, the effectiveness() function deprecates the use of coh_eff_noconf(), and the plot() method now returns a log-log plot, replacing the plot_loglog() function.