summaryrefslogtreecommitdiff
path: root/R/WP_unknown.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_unknown.R
parent87cda5b1e72f033f9d02f78d9cc3b7216d2abe9d (diff)
Prevent internal functions from being exported
Diffstat (limited to 'R/WP_unknown.R')
-rw-r--r--R/WP_unknown.R2
1 files changed, 1 insertions, 1 deletions
diff --git a/R/WP_unknown.R b/R/WP_unknown.R
index ee950b1..832a3ba 100644
--- a/R/WP_unknown.R
+++ b/R/WP_unknown.R
@@ -20,7 +20,7 @@
#' \code{J0} (the location for the maximum likelihood estimator \code{Rhat}). If \code{JJ} and \code{J0}
#' are not the same, this means that the maximum likelihood estimator is not unique.
#'
-#' @export
+#' @keywords internal
WP_unknown <- function(NT, B=100, shape.max=10, scale.max=10, tol=0.999) {
shape <- seq(0, shape.max, length.out=B+1)
scale <- seq(0, scale.max, length.out=B+1)