Releases: melff/memisc
Releases · melff/memisc
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()
.
0.99.26.3
0.99.26.2
0.99.26.1
0.99.26
- Support for "clmm" objects (random-effects cumulative logit models - from package "ordinal") by
mtable()
is added. - The
mtable()
support for "merMod" objects (from package "lme4") is improved. Their appearance is made more consistent with that of "glm" objects.