]> nmode's Git Repositories - Rnaught/blobdiff - R/computeLL.R
Edit docs
[Rnaught] / R / computeLL.R
index 6acfc786e34401e6f4f43543000f6d76b07a1ec6..904777774d89095b663085e318fe108d5bc5314c 100644 (file)
@@ -2,10 +2,11 @@
 #'
 #' This is a background/internal function called by \code{WP}.  It computes the log-likelihood.
 #'
-#' @param NT vector of case counts
-#' @param p discretized version of the serial distribution
-#' @param R0 basic reproductive ratio
-#' @return The function returns the variable \code{LL} which is the log-likelihood at the input variables and parameters.
+#' @param NT Vector of case counts.
+#' @param p Discretized version of the serial distribution.
+#' @param R0 Basic reproductive ratio.
+#'
+#' @return This function returns the log-likelihood at the input variables and parameters.
 #'
 #' @export
 computeLL <- function(p, NT, R0) {