]> nmode's Git Repositories - Rnaught/blobdiff - R/WP_known.R
Prevent internal functions from being exported
[Rnaught] / R / WP_known.R
index 2c54bce3d48cb2ececf6fb2cbec45de8dd3a5e96..4c43ed2dc1eb76ec3b72031ff22a77c0587d0415 100644 (file)
@@ -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