Number of occurrences | R Documentation |
The function gives the number of times that the word may appear per block.
data_block
data_block |
A vector of (non-negative integer) count values. |
A data set of size n = 262 concerns the number of times that the word may appear per block in papers by James Madison. It was used by Conigliani et al. (2000) and underlined the Bayesian assessment of goodness of fit against nonparametric alternatives.
data_block gives the number of times that the word may appear per block.
Muhammad Imran
R implementation and documentation: Muhammad Imran imranshakoor84@yahoo.com.
Conigliani, C., Castro, J. I., & O'Hagan, A. (2000). Bayesian assessment of goodness of fit against nonparametric alternatives. Canadian Journal of Statistics, 28(2), 327-342.
x<-data_block
summary(x)
table (x)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.