diff options
Diffstat (limited to 'R/mhmkin.R')
-rw-r--r-- | R/mhmkin.R | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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)) } |