Learn R Programming

blockcluster (version 4.0.2)

contingencydatalist: Simulated Contingency Data-set

Description

It is a contingency data-set simulated using Poisson distribution. The row and column effects is known for this data-set. It consist of two clusters in rows and three clusters in columns.

Arguments

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

Run this code
data(contingencydatalist)

Run the code above in your browser using DataLab