data_block function

A data set of size n = 262 concerning the number of times that the word may appear per block

A data set of size n = 262 concerning the number of times that the word may appear per block

The function gives the number of times that the word may appear per block.

data_block

Arguments

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

Details

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.

Returns

data_block gives the number of times that the word may appear per block.

References

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.

Author(s)

Muhammad Imran

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

Examples

x<-data_block summary(x) table (x)
  • Maintainer: Muhammad Imran
  • License: GPL (>= 2)
  • Last published: 2023-06-15

Useful links