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_type
argument, to reshape data frames where
CI-columns have prefixes other than"CI"
. -
standardize()
andcenter()
gain argumentscenter
andscale
, to define
references for centrality and deviation that are used when centering or
standardizing variables. -
center()
gains the argumentsforce
andreference
, similar to
standardize()
. -
The functionality of the
append
argument incenter()
andstandardize()
was revised. This made thesuffix
argument redundant, and thus it was
removed. -
Fixed issue in
standardize()
. -
Fixed issue in
data_findcols()
.