From 28286eeaca84c85d2f4c3cddc9524d56d23b9aa0 Mon Sep 17 00:00:00 2001 From: Johannes Ranke Date: Mon, 20 Mar 2023 22:40:20 +0100 Subject: Support covariates in parms and plot.saem.mmkin --- R/endpoints.R | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'R/endpoints.R') 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) -- cgit v1.2.1