Published June 20, 2018
| Version 2.7.3
Software
Open
sjmisc: Data and Variable Transformation Functions
Description
General
- A test-suite was added to the package.
- Updated reference in
CITATIONto the publication in the Journal of Open Source Software.
New functions
is_cross_classified()to check whether two factors are partially crossed.
Changes to functions
ref_lvl()now also accepts value labels as value for thelvl-argument. Additionally,ref_lvl()now also works for factor with non-numeric factor levels and simply returnsrelevel(x, ref = lvl)in such cases.
Bug fixes
- Fixed encoding issues in
rec()with direct labelling for certain locales. - Fixed issue in
count_na(), which did not print labels of taggedNAvalues since the last revision offrq(). - Fixed issue in
merge_imputation()for cases where original data frame had less columns than imputed data frames. - Fixed issue in
find_var()for fuzzy-matching in all elements (i.e. whenfuzzy = TRUEandsearch = "all").
Files
strengejacke/sjmisc-2.7.3.zip
Files
(616.1 kB)
| Name | Size | Download all |
|---|---|---|
|
md5:6926c1bb5b00cd90fdd6180f0ead89dd
|
616.1 kB | Preview Download |
Additional details
Related works
- Is supplement to
- https://github.com/strengejacke/sjmisc/tree/2.7.3 (URL)