-#' @return WP returns a list containing the following components: \code{Rhat} is the estimate of R0, \code{SD}
-#' is either the discretized serial distribution (if \code{mu} is not \code{NA}) or the estimated
-#' discretized serial distribution (if \code{mu} is \code{NA}), and \code{inputs} is a list of the
-#' original input variables \code{NT, mu, method, search, tol}. The list also returns the variable
-#' \code{check}, which is equal to the number of non-unique maximum likelihood estimators. The serial
-#' distribution \code{SD} is returned as a list made up of \code{supp} the support of the distribution
-#' and \code{pmf} the probability mass function.
+#' @return \code{WP} returns a list containing the following components: \code{Rhat} is the estimate of R0,
+#' and \code{SD} is either the discretized serial distribution (if \code{mu} is not \code{NA}), or the
+#' estimated discretized serial distribution (if \code{mu} is \code{NA}). The list also returns the
+#' variable \code{check}, which is equal to the number of non-unique maximum likelihood estimators.
+#' The serial distribution \code{SD} is returned as a list made up of \code{supp} (the support of
+#' the distribution) and \code{pmf} (the probability mass function).