.combineModels() checks class(i) == "jjm.output" which fails if the object has multiple classes. Use inherits(i, "jjm.output"). Proposed fix: - Replace class() equality with inherits().
.combineModels() checks class(i) == "jjm.output" which fails if the object has multiple classes. Use inherits(i, "jjm.output").
Proposed fix: