contingencydatalist {blockcluster} | R Documentation |
Simulated Contingency Data-set
Description
It is a contingency data-set simulated using Poisson distribution. The row and column effects is unknown for this data-set. It consist of two clusters in rows and three clusters in columns.
Format
A data list consisting of following data:
- data
A data matrix consisting of 1000 rows and 100 columns.
- roweffects
A numeric vector of size 1000. Each value represent row effect of corresponding row.
- columneffects
A numeric vector of size 100. Each value represent column effect of corresponding column.
Examples
data(contingencydatalist)
[Package blockcluster version 4.5.5 Index]