summary-BIKM1_LBM_Binary-method: Summary method for a BIKM1_LBM_Binary object

Description Usage Arguments Examples

Description

Produce a summary of informations of a BIKM1_LBM_Binary object

Usage

1
2
## S4 method for signature 'BIKM1_LBM_Binary'
summary(object, ...)

Arguments

object

in the summary method, a BIKM1_LBM_Binary object

...

in the summary method, additional parameters (ignored)

Examples

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
require(bikm1)
n=200
J=120
g=3
h=2
theta=list()
theta$pi_g=1/g *matrix(1,g,1)
theta$rho_h=1/h *matrix(1,h,1)
theta$alpha_gh=matrix(runif(6),ncol=h)
data=BinBlocRnd_LBM(n,J,theta)
res=BIKM1_LBM_Binary(data$x,3,2,4,init_choice='random')
summary(res)

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