Shakespeare: Shakespeare's word type frequencies

Description Details References Examples

Description

The Shakespeare's word type frequencies data was from Efron, B., & Thisted, R. (1976).

Details

A two-column matrix. The first column is the frequency j = 1,2,…; and the second column is n_j, the number of unique words appeared j times in Shakespeare's work.

References

Efron, B., & Thisted, R. (1976). Estimating the number of unseen species: How many words did Shakespeare know?. Biometrika, 63(3), 435-447.

Examples

1
2
3
4
5
##load library
library(preseqR)

##load data
data(Shakespeare)

Example output

Warning message:
In data(Shakespeare) : data set 'Shakespeare' not found

preseqR documentation built on May 2, 2019, 6:39 a.m.