Learn R Programming

litRiddle (version 1.0.0)

frequencies: Word frequencies (5000 most frequent words) of 401 novels.

Description

Word frequencies (5000 most frequent words) of 401 novels in Dutch.

Usage

data(frequencies)

Arguments

Author

Karina van Dalen-Oskam, Maciej Eder

Details

This is a dataframe containing numerical values for word frequencies of the 5000 most frequent words (in a descending order of frequency) of 401 literary novels in Dutch. The table contains relative frequencies, meaning that the original word occurencies from a book were divided by the total number of words of the book in question. The measurments were obtained using the R package stylo, and were later rounded to the 5th digit. To learn more about the novels themselves, type help(books).

See Also

get.columns, explain, books, reviews, respondents, motivations

Examples

Run this code
data(frequencies)

print(frequencies)
summary(frequencies)

Run the code above in your browser using DataLab