Skip to content

Commit f94a1a1

Browse files
committed
typo
[skip]
1 parent f2f6206 commit f94a1a1

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

R/standardize_info.R

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -322,7 +322,7 @@ standardize_info.default <- function(model,
322322
if (info$is_linear) {
323323
if (inherits(model, c("gls", "lme"))) {
324324
response <- insight::get_response(model)
325-
} else if (inherits(model, "fixef")) {
325+
} else if (inherits(model, "fixest")) {
326326
response <- model.matrix(model, type = "lhs")
327327
} else {
328328
response <- stats::model.frame(model)[[1]]
@@ -369,7 +369,7 @@ standardize_info.default <- function(model,
369369
.std_info_response_basic <- function(model, info, params, robust = FALSE, w = NULL, ...) {
370370
if (inherits(model, c("gls", "lme"))) {
371371
response <- insight::get_response(model)
372-
} else if (inherits(model, "fixef")) {
372+
} else if (inherits(model, "fixest")) {
373373
response <- model.matrix(model, type = "lhs")
374374
} else {
375375
response <- stats::model.frame(model)[[1]]

0 commit comments

Comments
 (0)