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/parms.mkinfit.R | |
parent | 7b7729694363515007193d1c3e29e9b76271abb3 (diff) |
Address some check and test failures
Diffstat (limited to 'R/parms.mkinfit.R')
-rw-r--r-- | R/parms.mkinfit.R | 1 |
1 files changed, 0 insertions, 1 deletions
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, ...) |