ind.identification {yest} | R Documentation |
Translate one kind of a description of an independence model to the others.
ind.identification(ind=NA,model=NA,type=NA)
ind |
independence string of 24 characters (0/1) |
model |
model number (1-629) |
type |
type number (1-53) |
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.
A list with type/model number and independence character string.
i<-ind.identification(type=12) ind.plot(i$ind) print(i)