ind.print {yest}R Documentation

List Triplets in a Model

Description

Give a list of all elementary independencies in the given independence model.

Usage

ind.print(ind=NA,model=NA,type=NA)

Arguments

ind independence string of 24 characters (0/1)
model model number (1-629)
type type number (1-53)

See Also

ind.plot

Examples

i<-ind.identification(type=12)
ind.print(i$ind)
print(i)

[Package yest version 0.4-1 Index]