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 0e7b190 commit cbe59beCopy full SHA for cbe59be
R/standardize.models.R
@@ -477,6 +477,8 @@ standardize.biglm <- standardize.wbm
477
# biglm doesn't regit the model to new data - it ADDs MORE data to the model.
478
479
#' @export
480
+# Almost the same as `standardize.default()` but we pass `use_calling_env` in
481
+# update().
482
standardize.fixest <- function(
483
x,
484
robust = FALSE,
0 commit comments