Skip to content

Commit

Permalink
Update argument
Browse files Browse the repository at this point in the history
  • Loading branch information
strengejacke committed Sep 9, 2024
1 parent 0d30d24 commit e559587
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Type: Package
Package: datawizard
Title: Easy Data Wrangling and Statistical Transformations
Version: 0.12.3.2
Version: 0.12.3.3
Authors@R: c(
person("Indrajeet", "Patil", , "[email protected]", role = "aut",
comment = c(ORCID = "0000-0003-1995-6531", Twitter = "@patilindrajeets")),
Expand Down Expand Up @@ -76,3 +76,4 @@ RoxygenNote: 7.3.2
Config/testthat/edition: 3
Config/testthat/parallel: true
Config/Needs/website: easystats/easystatstemplate
Remotes: easystats/insight
2 changes: 1 addition & 1 deletion R/standardize.models.R
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,7 @@ standardize.default <- function(x,

## ---- STANDARDIZE! ----

w <- insight::get_weights(x, na_rm = TRUE)
w <- insight::get_weights(x, remove_na = TRUE)

data_std <- standardize(data[do_standardize],
robust = robust,
Expand Down

0 comments on commit e559587

Please sign in to comment.