ind.identification {yest}R Documentation

Identification of Type, Model and List of Conditional Independences

Description

Translate one kind of a description of an independence model to the others.

Usage

ind.identification(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)

Details

You may enter either a type or a model or a character string and the other two ways of description are added. If more parameters entered then just the first one is used and the rest is ignored.

Value

A list with type/model number and independence character string.

Examples

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

[Package yest version 0.4-1 Index]