summaryrefslogtreecommitdiff
path: root/R/computeLL.R
diff options
context:
space:
mode:
Diffstat (limited to 'R/computeLL.R')
-rw-r--r--R/computeLL.R2
1 files changed, 1 insertions, 1 deletions
diff --git a/R/computeLL.R b/R/computeLL.R
index 9047777..01c0d57 100644
--- a/R/computeLL.R
+++ b/R/computeLL.R
@@ -8,7 +8,7 @@
#'
#' @return This function returns the log-likelihood at the input variables and parameters.
#'
-#' @export
+#' @keywords internal
computeLL <- function(p, NT, R0) {
k <- length(p)
TT <- length(NT) - 1