diff options
author | Johannes Ranke <jranke@uni-bremen.de> | 2019-10-26 22:38:11 +0200 |
---|---|---|
committer | Johannes Ranke <jranke@uni-bremen.de> | 2019-10-26 22:38:11 +0200 |
commit | cb03bf1fb1e6326f06029969663f3399af96b05d (patch) | |
tree | 98bc046e8a0e3307d2d1dc284b1f5326a23343b3 /R/confint.mkinfit.R | |
parent | 7b7729694363515007193d1c3e29e9b76271abb3 (diff) |
Address some check and test failures
Diffstat (limited to 'R/confint.mkinfit.R')
-rw-r--r-- | R/confint.mkinfit.R | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/R/confint.mkinfit.R b/R/confint.mkinfit.R index 887adc9f..58918321 100644 --- a/R/confint.mkinfit.R +++ b/R/confint.mkinfit.R @@ -21,6 +21,8 @@ #' @param quiet Should we suppress messages? #' @return A matrix with columns giving lower and upper confidence limits for #' each parameter. +#' @param \dots Not used +#' @importFrom stats qnorm #' @references Pawitan Y (2013) In all likelihood - Statistical modelling and #' inference using likelihood. Clarendon Press, Oxford. #' @examples |