Learn R Programming

languageR (version 1.5.0)

yule.fnc: Yule's characteristic constant K

Description

This function calculates Yule's characteristic constant K given a frequency spectrum.

Usage

yule.fnc(spect)

Arguments

spect

A frequency spectrum as generated by spectrum.fnc.

Value

Yule's characteristic constant K

References

Yule, G. U. (1944) The Statistical Study of Literary Vocabulary, Cambridge: Cambridge University Press.

Baayen, R. H. (2001) Word Frequency Distributions, Dordrecht: Kluwer.

See Also

See also spectrum.fnc and growth.fnc.

Examples

Run this code
# NOT RUN {
  data(alice)
  yule.fnc(spectrum.fnc(alice))
# }

Run the code above in your browser using DataLab