Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/conjugateprior/austin
Do things with words. Scale them, mostly.
https://github.com/conjugateprior/austin
Last synced: 3 months ago
JSON representation
Do things with words. Scale them, mostly.
- Host: GitHub
- URL: https://github.com/conjugateprior/austin
- Owner: conjugateprior
- License: agpl-3.0
- Created: 2015-04-09T11:10:15.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2021-05-09T08:04:50.000Z (over 3 years ago)
- Last Synced: 2024-05-21T02:53:49.760Z (6 months ago)
- Language: R
- Homepage: https://conjugateprior.github.io/austin
- Size: 3.09 MB
- Stars: 17
- Watchers: 6
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.