diff options
Diffstat (limited to 'R/endpoints.R')
-rw-r--r-- | R/endpoints.R | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/R/endpoints.R b/R/endpoints.R index 0c26ffae..9ea0e598 100644 --- a/R/endpoints.R +++ b/R/endpoints.R @@ -38,7 +38,7 @@ #' } #' #' @export -endpoints <- function(fit, ...) { +endpoints <- function(fit, ..., covariates = mean) { mkinmod <- fit$mkinmod obs_vars <- names(mkinmod$spec) |