The word length of a Turkish poem {DDPM}R Documentation

The data show the word length of a Turkish poem

Description

The function gives the frequency distribution of the word length of a Turkish poem.

Usage

data_poem

Arguments

data_poem

A vector of (non-negative integer) count values.

Details

The data show the frequency distribution of the word length of a Turkish poem. Recently, they were used by Cueva et al. (2021) and fitted by the Waring distribution.

Value

data_poem gives the frequency distribution of the word length of a Turkish poem.

Author(s)

Muhammad Imran

R implementation and documentation: Muhammad Imran imranshakoor84@yahoo.com.

References

Cueva-Lopez, V., Olmo-Jimenez, M. J., & Rodriguez-Avi, J. (2021). An over and under dispersed Biparametric extension of the Waring Distribution. Mathematics, 9(2), 170.

See Also

data_citation

Examples

x<-data_poem
summary(x)
table (x)

[Package DDPM version 0.1.0 Index]