Published May 18, 2018
| Version 2.7.2
Software
Open
sjmisc: Data and Variable Transformation Functions
Description
New functions
round_num()
to round only numeric values in a data frame.
General
- Improved performance for
merge_df()
. Furthermore,add_rows()
was added as alias formerge_df()
. merge_df()
resp.add_rows()
now create a uniqueid
-name instead of dropping the ID-variable, in caseid
has the same name of any existing variables in the provided data frames.- Improved performance for
descr()
and minor changes to the output.
Support for mids
-objects (package mice)
Following functions now also work on mids
-objects, as returned by the mice()
-function:
row_count()
,row_sums()
,row_means()
,rec()
,dicho()
,center()
,std()
,recode_to()
andto_long()
.
Changes to functions
- The
weight.by
-argument infrq()
now should be a variable name from a variable inx
, and no longer a separate vector.
Bug fixes
descr()
does not work with character vectors, so these are being removed now.
Files
strengejacke/sjmisc-2.7.2.zip
Files
(208.7 kB)
Name | Size | Download all |
---|---|---|
md5:674a74ef3164c8b6f17379914186c927
|
208.7 kB | Preview Download |
Additional details
Related works
- Is supplement to
- https://github.com/strengejacke/sjmisc/tree/2.7.2 (URL)