summaryrefslogtreecommitdiff
path: root/R/WP_known.R
diff options
context:
space:
mode:
authorNaeem Model <me@nmode.ca>2023-06-22 04:25:46 +0000
committerNaeem Model <me@nmode.ca>2023-06-22 04:25:46 +0000
commitee7fdf4e1460f01ecac50d69798904c4e37f5b93 (patch)
treeb0cb271fd8d6e258847d47f79f976beb2fa60bce /R/WP_known.R
parent87cda5b1e72f033f9d02f78d9cc3b7216d2abe9d (diff)
Prevent internal functions from being exported
Diffstat (limited to 'R/WP_known.R')
-rw-r--r--R/WP_known.R2
1 files changed, 1 insertions, 1 deletions
diff --git a/R/WP_known.R b/R/WP_known.R
index 2c54bce..4c43ed2 100644
--- a/R/WP_known.R
+++ b/R/WP_known.R
@@ -8,7 +8,7 @@
#'
#' @return The function returns the maximum likelihood estimator of R0.
#'
-#' @export
+#' @keywords internal
WP_known <- function(NT, p) {
k <- length(p)
TT <- length(NT) - 1