From 4c868d65be04c8ee3fedc89d28d0e7d8c5da05e0 Mon Sep 17 00:00:00 2001 From: Johannes Ranke Date: Fri, 28 Oct 2022 10:31:16 +0200 Subject: Rename 'convergence' method to 'status' The reason is that it is misleading in the case of saem.mmkin objects, because convergence is not really checked there. --- R/mmkin.R | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'R/mmkin.R') diff --git a/R/mmkin.R b/R/mmkin.R index 247fd5fa..01e53290 100644 --- a/R/mmkin.R +++ b/R/mmkin.R @@ -171,7 +171,7 @@ mmkin <- function(models = c("SFO", "FOMC", "DFOP"), datasets, print.mmkin <- function(x, ...) { cat(" object\n") cat("Status of individual fits:\n\n") - print(convergence(x)) + print(status(x)) } #' @export -- cgit v1.2.1