aboutsummaryrefslogtreecommitdiff
path: root/R/mhmkin.R
diff options
context:
space:
mode:
authorJohannes Ranke <jranke@uni-bremen.de>2022-11-04 10:54:43 +0100
committerJohannes Ranke <jranke@uni-bremen.de>2022-11-04 10:54:43 +0100
commitce7a20e54d8005264f13d3e9fe0c99f84d20b85e (patch)
tree50e3ca40c5c13bb93495e4e1f2080e2e7db52439 /R/mhmkin.R
parent0389d523f049945c85eba42d4a006523595043f0 (diff)
Make illparms.mhmkin and anova.saem.mmkin more robust
Diffstat (limited to 'R/mhmkin.R')
-rw-r--r--R/mhmkin.R3
1 files changed, 2 insertions, 1 deletions
diff --git a/R/mhmkin.R b/R/mhmkin.R
index 175d12ec..de41c733 100644
--- a/R/mhmkin.R
+++ b/R/mhmkin.R
@@ -207,6 +207,7 @@ anova.mhmkin <- function(object, ...,
if (identical(model.names, "auto")) {
model.names <- outer(rownames(object), colnames(object), paste)
}
- rlang::inject(anova(!!!(object), method = method, test = test, model.names = model.names))
+ rlang::inject(anova(!!!(object), method = method, test = test,
+ model.names = model.names))
}

Contact - Imprint