textir v2.0

This is the textir package for R, implementing the MNIR routines of "multinomial inverse regression for text analysis". It also provides a minimalist partial least squares algorithm.

The cran page is at https://CRAN.R-project.org/package=textir.

Versions 2+ make use of the distrom package, for DMR as in "distributed multinomial regression". These algorithms differ from those in the original MNIR in significant ways: penalties are chosen from full regularization paths (instead of being fixed), via the gamma lasso algorithm as implemented in gamlr (instead of exact log penalties), in parallel for independent Poisson log regressions (instead of jointly for a full multinomial likelihood). It also uses replaces the slam library for sparse simple triplet matrices with the more common Matrix library.

I have kept the mnlm function in textir for backwards compatability, but for simplicity recommend that you use distrom's dmr instead. The argument list is exactly the same (mnlm just calls dmr).

The last pre-2.0 version of textir, matching the implementation in the original MNIR paper, is textir_1.8-8. This is available in archives on the cran page.

Copy Link

Version

Down Chevron

Install

install.packages('textir')

Monthly Downloads

683

Version

2.0-5

License

GPL-3

Maintainer

Last Published

February 11th, 2018

Functions in textir (2.0-5)