ind.model {yest} | R Documentation |
ind.model(V,tol=0.000001,inv=TRUE)
V |
(inverse) variance matrix |
tol |
tolerance constant |
inv |
is inverse variance (TRUE) or variance (FALSE) matrix in V |
A character string of all independence relations that occur in a matrix V
.
V<-ind.rgauss(type=12) ind.plot(ind.model(V))