Learn R Programming

BinaryEPPM (version 3.0)

wordcount.case: Number of occurences of an article in five-word and ten-word samples from two authors.

Description

The data are the number of occurences of an article in five-word and ten-word samples from Macaulay's 'Essay on Milton' and G.K. Chesterton's essay 'About the workers'.

Usage

data("wordcount.case")

Arguments

Format

A data frame with 340 observations on the following 5 variables.

author

a factor with levels Macaulay Chesterton

fsize

a factor with levels 5 10

vsize

a numeric vector

number.words

a numeric vector

number.tested

a numeric vector

References

Sellers, K.F., Swift, A.W., Weems, K.S. (2017). A flexible distribution class for count data. Journal of Statistical Distributions and Applications 41(12), 2616-2626.

Examples

Run this code
data(wordcount.case)

Run the code above in your browser using DataLab