summaryrefslogtreecommitdiff
path: root/man/computeLL.Rd
diff options
context:
space:
mode:
authorNaeem Model <me@nmode.ca>2023-06-30 00:04:19 +0000
committerNaeem Model <me@nmode.ca>2023-06-30 00:04:19 +0000
commitb87620843bcae4fc1cb6a9e9caaf52944e93b7b7 (patch)
treebdb5baf4b4a505c4d00a4f9be4420ffcca160938 /man/computeLL.Rd
parent80df3ed7a280f86a3b9b5443309487d428f4fe95 (diff)
Re-gen docs and prevent genning of internal functions
Diffstat (limited to 'man/computeLL.Rd')
-rw-r--r--man/computeLL.Rd22
1 files changed, 0 insertions, 22 deletions
diff --git a/man/computeLL.Rd b/man/computeLL.Rd
deleted file mode 100644
index 7e9926a..0000000
--- a/man/computeLL.Rd
+++ /dev/null
@@ -1,22 +0,0 @@
-% Generated by roxygen2: do not edit by hand
-% Please edit documentation in R/computeLL.R
-\name{computeLL}
-\alias{computeLL}
-\title{WP method background function computeLL}
-\usage{
-computeLL(p, NT, R0)
-}
-\arguments{
-\item{p}{Discretized version of the serial distribution.}
-
-\item{NT}{Vector of case counts.}
-
-\item{R0}{Basic reproductive ratio.}
-}
-\value{
-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}