Last data update: 2014.03.03

R: Positive words for sentiment analysis of EDGAR filings
poswordsR Documentation

Positive words for sentiment analysis of EDGAR filings

Description

Dataset contains positive words for sentiment analysis of EDGAR filings suggested by Loughran and McDonald's financial sentiment dictionaries.

Format

The format is: $ WORDS: Factor w/ 2005 levels "abound","abounds",..: 1 2 ...

Source

Loughran and McDonald Financial Sentiment Dictionaries http://www3.nd.edu/~mcdonald/Word_Lists.html

Examples

## Not run: 
pos.words<-read.csv(system.file("data/poswords.csv", package = "edgar"))
str(pos.words)

## End(Not run)

Results