X-Git-Url: https://git.nmode.ca/Rnaught/blobdiff_plain/e0988851b26668ec69131e22a0815ce6f85b94c4..5f4889d4df5e94f194ef7f8b839496db04b17f4e:/R/computeLL.R?ds=sidebyside 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