]> nmode's Git Repositories - Rnaught/blobdiff - R/computeLL.R
Remove 'shinyBS' dependency
[Rnaught] / R / computeLL.R
index 904777774d89095b663085e318fe108d5bc5314c..01c0d57b4ca8a1831627806fd5a4b56e85f804b4 100644 (file)
@@ -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