Skip to content

Releases: conjugateprior/austin

The German for NA

25 Apr 16:57
Compare
Choose a tag to compare
The German for NA Pre-release
Pre-release

Austin is a package for scaling (assigning positions to) texts on the basis of word counts, in the style of Wordfish or Wordscores. Read the vignette to see some examples.

This is a bug fix source package release that fixes the Germany manifesto data sets.

Installation: Windows

From the links below download austin_0.2.2.zip without letting it get unpacked. You may need to right-click and choose 'save-as' to keep it in one piece.

From an R prompt, type

loc <- file.choose()

to locate the file you downloaded. Then type

install.packages(loc)

Installation: Mac OSX

From the links below download austin_0.2.2.tgz without letting it get unpacked. You may need to right-click and choose 'save-as' to keep it in one piece.

From an R prompt, type

loc <- file.choose()

to locate the file you downloaded. Then type

install.packages(loc)

If for some reason this doesn't work for you, try the instructions in the next section

Installation: Everybody else

From the links below download austin_0.2.2.tar.gz without letting it get unpacked. You may need to right-click and choose 'save-as' to keep it in one piece.

From an R prompt, type

loc <- file.choose() 

to locate the file you downloaded. Then type

install.packages(loc, type="source")

Immigrant

14 Apr 11:56
Compare
Choose a tag to compare
Immigrant Pre-release
Pre-release

This is an source package imported from Austin v0.2 at r-forge.