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 f94a1a1 commit 214a1c4Copy full SHA for 214a1c4
1 file changed
R/standardize_info.R
@@ -323,7 +323,7 @@ standardize_info.default <- function(model,
323
if (inherits(model, c("gls", "lme"))) {
324
response <- insight::get_response(model)
325
} else if (inherits(model, "fixest")) {
326
- response <- model.matrix(model, type = "lhs")
+ response <- stats::model.matrix(model, type = "lhs")
327
} else {
328
response <- stats::model.frame(model)[[1]]
329
}
@@ -370,7 +370,7 @@ standardize_info.default <- function(model,
370
371
372
373
374
375
376
0 commit comments