Skip to content

Commit 54ceae9

Browse files
committed
remove useless check
1 parent 15e0ff8 commit 54ceae9

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

R/standardize.models.R

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -483,17 +483,6 @@ standardize.fixest <- function(
483483
include_response = TRUE,
484484
...
485485
) {
486-
if (!insight::is_model(x)) {
487-
insight::format_warning(
488-
paste0(
489-
"Objects or variables of class '",
490-
class(x)[1],
491-
"' cannot be standardized."
492-
)
493-
)
494-
return(x)
495-
}
496-
497486
# check model formula. Some notations don't work when standardizing data
498487
insight::formula_ok(
499488
x,

0 commit comments

Comments
 (0)