Releases: easystats/datawizard
Patch release: maintenance and bug fixes
-
New function
data_extract()(or its aliasextract()) to pull single
variables from a data frame, possibly naming each value by the row names
of that data frame. -
reshape_ci()gains aci_typeargument, to reshape data frames where
CI-columns have prefixes other than"CI". -
standardize()andcenter()gain argumentscenterandscale, to define
references for centrality and deviation that are used when centering or
standardizing variables. -
center()gains the argumentsforceandreference, similar to
standardize(). -
The functionality of the
appendargument incenter()andstandardize()
was revised. This made thesuffixargument redundant, and thus it was
removed. -
Fixed issue in
standardize(). -
Fixed issue in
data_findcols().
datawizard 0.2.1
-
Exports
plotmethod forvisualisation_recipe()objects from{see}
package. -
centre(),standardise(),unstandardise()are exported as aliases for
center(),standardize(),unstandardize(), respectively.
datawizard 0.2.0.1
- This is mainly a maintenance release that addresses some issues with
conflicting namespaces.
datawizard 0.2.0
-
New function:
visualisation_recipe(). -
The following function has now moved to performance package:
check_multimodal(). -
Minor updates to documentation, including a new vignette about
demean().
datawizard 0.1.0
- First release.