Dickens {preseqR} | R Documentation |
Dickens' vocabulary
Description
Words frequencies of a collection of Charles Dickens from Project Gutenberg
Details
A two-column matrix.
The first column is the frequency j = 1,2,\dots
; and the second column
is N_j
, the number of unique words appeared exactly j
times in a collection of Charles Dickens.
References
http://zipfr.r-forge.r-project.org/
Examples
##load library
library(preseqR)
##load data
data(Dickens)
[Package preseqR version 4.0.0 Index]