Learn R Programming

litRiddle (version 1.0.0)

reviews: Reviewers' scores

Description

Reviewers' scores from the survey called The National Reader Survey (2013).

Usage

data(reviews)

Arguments

Author

Karina van Dalen-Oskam, Joris van Zundert

Details

This is a dataframe containing numerical, ordinal and textual data for thousands of individual reviews (and the reviewers' scores) for 401 novels. To see which variables are provided, type get.columns(). To learn more about what the column names really mean, type explain("reviews").

See Also

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

Examples

Run this code
data(reviews)

print(reviews)
summary(reviews)

Run the code above in your browser using DataLab