We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9b43e06 commit 4e16d2fCopy full SHA for 4e16d2f
1 file changed
R/loo_compare.R
@@ -184,6 +184,7 @@ print.compare.loo <- function(x, ..., digits = 1, p_worse = TRUE) {
184
"or run unclass() on the object to print it.",
185
call. = FALSE
186
)
187
+ }
188
if (!inherits(x, "data.frame")) {
189
class(x) <- c(class(x), "data.frame")
190
}
0 commit comments