]> nmode's Git Repositories - Rnaught/blobdiff - man/computeLL.Rd
Re-style code and enforce 80 character line limit
[Rnaught] / man / computeLL.Rd
index 15a186eb2fe6b1de76bcfb4e30b0e7bc0219c957..7e9926abce6ebff5a2ba3340ed36122d137abefc 100644 (file)
@@ -7,15 +7,16 @@
 computeLL(p, NT, R0)
 }
 \arguments{
-\item{p}{discretized version of the serial distribution}
+\item{p}{Discretized version of the serial distribution.}
 
-\item{NT}{vector of case counts}
+\item{NT}{Vector of case counts.}
 
-\item{R0}{basic reproductive ratio}
+\item{R0}{Basic reproductive ratio.}
 }
 \value{
-The function returns the variable \code{LL} which is the log-likelihood at the input variables and parameters.
+This function returns the log-likelihood at the input variables and parameters.
 }
 \description{
 This is a background/internal function called by \code{WP}.  It computes the log-likelihood.
 }
+\keyword{internal}