diff options
Diffstat (limited to 'R')
-rw-r--r-- | R/confint.mkinfit.R | 2 | ||||
-rw-r--r-- | R/parms.mkinfit.R | 1 |
2 files changed, 2 insertions, 1 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 diff --git a/R/parms.mkinfit.R b/R/parms.mkinfit.R index 250d9d1f..8f9b4136 100644 --- a/R/parms.mkinfit.R +++ b/R/parms.mkinfit.R @@ -5,7 +5,6 @@ #' considering the error structure that was assumed for the fit. #' #' @param object A fitted model object -#' @param complete Unused argument for compatibility with the generic coef function from base R #' @return A numeric vector of fitted model parameters #' @export parms <- function(object, ...) |