Releases: melff/memisc
Releases · melff/memisc
0.96.31.6
0.99.31.3
0.99.30.7
This release has been submitted to CRAN on 2021-10-08
2021-10-07:
- 'unclass'
"item.vector"
objects inas.character()
to
avoid infinite recursion and stack overflow (as suggested by Kurt Hornik)
2021-08-01:
- Improved handling of labels in
recode()
- Corrected counting of cases in SPSS fixed format files
2021-07-31:
- Enable recoding from factor (or character) to numeric
2021-07-26:
- Fixed handling of missing values in
Means()
- Handle
cbind()
inMeans()
nicely
0.99.30.1
0.99.29.0.1
subset()
is not S3-generic - this improves some tricks that rely on lazy evaluation of function arguments- A new
reversed()
function allows to get a copy of a factor or a survey item object with levels or, respectively, codes in reverse order. - If
recode()
permutes existing codes, the value labels are applied appropriately.
0.99.28.0.1
2020-01-20:
- Remove redundant "as.data.set" method and setOldClass() call for "tbl_df"
2020-01-17:
- Make copying of labels while recoding work again.
- Make
recode()
warn about NAs being created. - Add a new optional '.default' and '.complete' arguments to
cases()
.
2020-01-16:
- Added functions
reorder_codes()
andtrim_labels()
.
0.99.27.3.1
- Fixes creation of codebooks for character vectors.
0.99.27.3
This release corresponds to the one on CRAN.
Changes since last release are:
- Fixed error caused by a change in 'getS3method()' introduced by R r79435:
'getS3method()' now enforces a the hitherto undocumented restriction that
the 'cls' argument must have length 1. - Added 'title' metadata to Rmarkdown vignettes.
0.99.27.2
0.99.27.1
- Fix
as.item()
methods for "haven_labelled" objects etc. - Variance component estimates of "merMod" and "clmm" objects are reported as distinct statistics.
codebook()
better handles character variables in SPSS system files.spss.system.file()
uses information in the file about the intended measurement level of the variables, however, this is optional and can be switched off.- Added new option
fold.leaders=
totoLatex()
method for "ftable" objects - Added support for compressing output regarding control variables in
mtable()
.