#' rwicc: Regression with Interval-Censored Covariates
#'
#' The \code{rwicc} package implements a regression model with an
#' interval-censored covariate using an EM algorithm, as described in Morrison et al (2021); \doi{10.1111/biom.13472}.
#'
#' @references
#'
#' Morrison, Laeyendecker, and Brookmeyer (2021).
#' "Regression with interval-censored covariates: Application to cross-sectional incidence estimation".
#' Biometrics. \doi{10.1111/biom.13472}.
#'
#' @section rwicc functions:
#' The main \code{rwicc} functions are:
#' \itemize{
#' \item \code{\link{simulate_interval_censoring}}
#' \item \code{\link{fit_joint_model}}
#' }
#'
#' @docType package
#' @name rwicc
NULL
#> NULL
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.