Skip to content

Commit

Permalink
add class attr for see::plot
Browse files Browse the repository at this point in the history
  • Loading branch information
strengejacke committed Oct 27, 2023
1 parent 6ffa8b6 commit 991b483
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/check_normality.R
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ check_normality.performance_simres <- function(x, ...) {
attr(p.val, "object_name") <- insight::safe_deparse_symbol(substitute(x))
attr(p.val, "effects") <- "fixed"
attr(p.val, "type") <- "residuals"
class(p.val) <- unique(c("check_normality", "see_check_normality", class(p.val)))
class(p.val) <- unique(c("check_normality", "see_check_normality", "performance_simres", class(p.val)))

p.val
}
Expand Down

0 comments on commit 991b483

Please sign in to comment.