PoissonBlocVisu-proc: PoissonBlocVisu function for visualization of contingency...

Description Usage Arguments Value Examples

Description

Produce a plot object representing the co-clustered data-sets.

Usage

1

Arguments

x

contingency matrix of observations.

v

a numeric vector specifying the class of rows.

w

a numeric vector specifying the class of columns.

Value

a plot object

Examples

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
require(bikm1)
J=200
K=120
h=3
l=2
theta=list()
theta$rho_h=1/h *matrix(1,h,1)
theta$tau_l=1/l *matrix(1,l,1)
theta$gamma_hl=matrix(c(1, 6,4, 1, 7, 1),ncol=2)
data=PoissonBlocRnd(J,K,theta)
PoissonBlocVisu(data$x,data$xrow,data$xcol)

bikm1 documentation built on July 16, 2021, 9:08 a.m.