Number of occurrences {DDPM}R Documentation

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

Description

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

Usage

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.

Value

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

Author(s)

Muhammad Imran

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

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.

Examples

x<-data_block
summary(x)
table (x)

[Package DDPM version 0.1.0 Index]