Skip to content

Releases: easystats/datawizard

Patch release: maintenance and bug fixes

04 Jan 12:16

Choose a tag to compare

  • New function data_extract() (or its alias extract()) to pull single
    variables from a data frame, possibly naming each value by the row names
    of that data frame.

  • reshape_ci() gains a ci_type argument, to reshape data frames where
    CI-columns have prefixes other than "CI".

  • standardize() and center() gain arguments center and scale, to define
    references for centrality and deviation that are used when centering or
    standardizing variables.

  • center() gains the arguments force and reference, similar to
    standardize().

  • The functionality of the append argument in center() and standardize()
    was revised. This made the suffix argument redundant, and thus it was
    removed.

  • Fixed issue in standardize().

  • Fixed issue in data_findcols().

datawizard 0.2.1

04 Oct 07:54

Choose a tag to compare

  • Exports plot method for visualisation_recipe() objects from {see}
    package.

  • centre(), standardise(), unstandardise() are exported as aliases for
    center(), standardize(), unstandardize(), respectively.

datawizard 0.2.0.1

03 Sep 06:47

Choose a tag to compare

  • This is mainly a maintenance release that addresses some issues with
    conflicting namespaces.

datawizard 0.2.0

17 Aug 09:53

Choose a tag to compare

  • 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

18 Jun 09:29

Choose a tag to compare

  • First release.