aboutsummaryrefslogtreecommitdiff
path: root/R/illparms.R
diff options
context:
space:
mode:
authorJohannes Ranke <jranke@uni-bremen.de>2022-11-01 12:39:28 +0100
committerJohannes Ranke <jranke@uni-bremen.de>2022-11-01 12:39:28 +0100
commita787e5266628f859fd70454c5419721efa494887 (patch)
tree06a88bd5f1f7cbd6d94db81399ffe77d92080991 /R/illparms.R
parent38eca0da138332bacb47ce0e3a8cc48f257bd0c8 (diff)
Fix plotting saem fits with covariates
Diffstat (limited to 'R/illparms.R')
-rw-r--r--R/illparms.R3
1 files changed, 2 insertions, 1 deletions
diff --git a/R/illparms.R b/R/illparms.R
index 4f5f8b00..c9a4f854 100644
--- a/R/illparms.R
+++ b/R/illparms.R
@@ -45,7 +45,7 @@ illparms.mkinfit <- function(object, conf.level = 0.95, ...) {
return(ret)
}
-#' @rdname
+#' @rdname illparms
#' @export
print.illparms.mkinfit <- function(x, ...) {
class(x) <- NULL
@@ -111,6 +111,7 @@ illparms.saem.mmkin <- function(object, conf.level = 0.95, random = TRUE, errmod
return(failed)
}
+#' @rdname illparms
#' @export
print.illparms.saem.mmkin <- print.illparms.mkinfit

Contact - Imprint