-#' When the serial distribution is taken to be \code{known}, sensitivity testing of the parameter \code{mu}
-#' is strongly recommended. If the serial distribution is \code{unknown}, the likelihood function can be
-#' flat near the maximum, resulting in numerical instability of the optimizer. When the serial distribution
-#' is \code{unkown} the implementation takes considerably longer to run. Users should be careful about units
-#' of time (e.g. are counts observed daily or weekly?) when implementing.
+#' When the serial distribution is known (i.e., \code{mu} is not \code{NA}), sensitivity testing of \code{mu}
+#' is strongly recommended. If the serial distribution is unknown (i.e., \code{mu} is \code{NA}), the
+#' likelihood function can be flat near the maximum, resulting in numerical instability of the optimizer.
+#' When \code{mu} is \code{NA}, the implementation takes considerably longer to run. Users should be careful
+#' about units of time (e.g. are counts observed daily or weekly?) when implementing.