Learn R Programming

edgar (version 1.0.4)

negwords: Negative words for sentiment analysis of EDGAR filings

Description

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

Arguments

Format

The format is: $ WORDS: Factor w/ 2329 levels "abandon","abandoned",..: 1 2 ...

Source

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

Examples

Run this code
## Not run: 
# 
# neg.words<-read.csv(system.file("data/negwords.csv", package = "edgar"))
# str(neg.words)
# ## End(Not run)

Run the code above in your browser using DataLab