Learn R Programming

⚠️There's a newer version (1.0.1) of this package.Take me there.

distrom

This is an R package for distributed multinomial regression. The main function is `dmr', which fits independent Poisson log regressions for each category in your multinomial response.

To cite this package, use "Taddy (2015), Distributed Multinomial Regression, Annals of Applied Statistics".

The R package makes use of the parallel library. This allows easy in-memory parallelization, and can also be used to facilitate distribution across multiple machines.

Copy Link

Version

Install

install.packages('distrom')

Monthly Downloads

405

Version

1.0

License

GPL-3

Issues

Pull Requests

Stars

Forks

Maintainer

Matt Taddy

Last Published

February 11th, 2018

Functions in distrom (1.0)

dmrcoef-class

Class "dmrcoef"
collapse

Data checking and binning
dmr

Distributed Multinomial Regression