wordcount.case {BinaryEPPM}R Documentation

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")

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

Source

Bailey, B.J.R. (1990). A model for Function Word Counts. Appl. Statist. 39(1), 107-114.

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

data(wordcount.case)

[Package BinaryEPPM version 3.0 Index]