]> nmode's Git Repositories - Rnaught/blobdiff - R/WP_known.R
Edit docs
[Rnaught] / R / WP_known.R
index 563b7ae3ab9e3ebb6267ce1e19208336d35cc57a..2c54bce3d48cb2ececf6fb2cbec45de8dd3a5e96 100644 (file)
@@ -3,9 +3,10 @@
 #' This is a background/internal function called by \code{WP}. It computes the maximum
 #' likelihood estimator of R0 assuming that the serial distribution is known and finite discrete.
 #'
-#' @param NT vector of case counts
-#' @param p discretized version of the serial distribution
-#' @return The function returns \code{Rhat}, the maximum likelihood estimator of R0.
+#' @param NT Vector of case counts.
+#' @param p Discretized version of the serial distribution.
+#'
+#' @return The function returns the maximum likelihood estimator of R0.
 #'
 #' @export
 WP_known <- function(NT, p) {