Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/conjugateprior/austin

Do things with words. Scale them, mostly.
https://github.com/conjugateprior/austin

Last synced: about 2 months ago
JSON representation

Do things with words. Scale them, mostly.

Awesome Lists containing this project

README

        

# Austin

[![R build status](https://github.com/conjugateprior/austin/workflows/R-CMD-check/badge.svg)](https://github.com/conjugateprior/austin/actions)

[![codecov](https://codecov.io/gh/conjugateprior/austin/branch/master/graph/badge.svg)](https://codecov.io/gh/conjugateprior/austin)

Austin fits Wordscores and Wordfish models to document-feature matrices. It
also keep some useful data sets around.

## Installation

```
devtools::install_github("conjugateprior/austin")
```
If that didn't work you may need to
```
install.packages('devtools')
```
first, then try again.