#' @title inference: A package for computing the distribution of the number of individuals in the target population conditioned on the number of
#' individuals detected by MNO.
#' @description This package contains functions to compute the distribution of the number of individuals in the target population
#' conditioned on the number of individuals detected by MNO. For an example on how to use this package please read
#' \link{example} or \link{exampleAPI}.
#'
#'
#' @docType package
#' @name inference
#' @import data.table
#' @import deduplication
#' @import doParallel
#' @import parallel
NULL
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.