Skip to content

Releases: melff/memisc

0.99.27.3

05 Dec 21:52
Compare
Choose a tag to compare

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

04 Nov 12:48
Compare
Choose a tag to compare

Includes some last-day fixes. Now published on CRAN.

0.99.27.1

01 Nov 20:47
Compare
Choose a tag to compare
  • 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= to toLatex() method for "ftable" objects
  • Added support for compressing output regarding control variables in mtable().

0.99.26.3

14 Aug 17:30
Compare
Choose a tag to compare
  • Some setOldClass() calls are now conditional on the absence of certain
    packages.
  • A general getSummary_expcoef() default method is now provided,
    which is widely applicable as it builds on getSummary().

0.99.26.2

05 Aug 21:50
Compare
Choose a tag to compare
  • Bugfix: genTable() and Aggregate() now correctly handle implicit frequency weights

0.99.26.1

30 Jul 19:47
Compare
Choose a tag to compare
  • Bugfix: Make codebook work with factors that have empty levels (i.e. no observations for certain levels).

0.99.26

28 Jul 21:11
Compare
Choose a tag to compare
  • 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.

0.99.25.7

14 Jul 21:11
Compare
Choose a tag to compare
  • In this release it is made sure that variable labels are retained by as.vector() and
    as.data.frame() even for items with 'interval' or 'ratio' level of
    measurement.

0.99.25.6

08 Jul 20:28
Compare
Choose a tag to compare

This is a bugfix release:

  • Fixed bug in the creation of codebooks
  • The deduplicate_labels() method for "data.set"-objects a bit more resilient: It does not choke if some elements of the data set are not survey items.

This version has also been published on CRAN.

0.99.25.5

05 Jul 14:20
Compare
Choose a tag to compare

This is the release published on CRAN. It mainly contains some minor corrections in the documentation as mandated by recent CRAN policy changes.