The word length of a Turkish poem | R Documentation |
The function gives the frequency distribution of the word length of a Turkish poem.
data_poem
data_poem |
A vector of (non-negative integer) count values. |
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.
data_poem gives the frequency distribution of the word length of a Turkish poem.
Muhammad Imran
R implementation and documentation: Muhammad Imran imranshakoor84@yahoo.com.
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.
data_citation
x<-data_poem
summary(x)
table (x)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.