knitr::opts_chunk$set( collapse = TRUE, comment = "#>", fig.width = 8, fig.height = 6 )
library(rwicc)
This vignette demos the study design.
set.seed(16); simulate_interval_censoring( study_cohort_size = 2, years_in_study = 10, probability_of_ever_seroconverting = 1) |> plot_censoring_data( labelled_IDs = 2, min_n_MAA = 5, s_vjust = -1 ) |> print()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.