summary,BIKM1_MLBM_Binary-method {bikm1}R Documentation

Summary method for a BIKM1_MLBM_Binary object

Description

Produce a summary of informations of a BIKM1_MLBM_Binary object

Usage

## S4 method for signature 'BIKM1_MLBM_Binary'
summary(object, ...)

Arguments

object

in the summary method, a BIKM1_MLBM_Binary object

...

in the summary method, additional parameters (ignored)

Examples

require(bikm1)
n=200
J=120
K=120
g=3
h=2
l=2
theta=list()
theta$pi_g=1/g *matrix(1,g,1)
theta$rho_h=1/h *matrix(1,h,1)
theta$tau_l=1/l *matrix(1,l,1)
theta$alpha_gh=matrix(runif(6),ncol=h)
theta$beta_gl=matrix(runif(6),ncol=l)
data=BinBlocRnd_MLBM(n,J,K,theta)
res=BIKM1_MLBM_Binary(data$x,data$y,3,3,3,4)
summary(res)



[Package bikm1 version 1.1.0 Index]