display {mimR} | R Documentation |
Dislays a model graphically. This function is highly experimental and requires that the packages 'Rgraphviz' and 'graph' are loaded
display(x) ## S4 method for signature 'mim': display(x)
x |
A mim model object |
None
The graph object.
Søren Højsgaard, sorenh@agrsci.dk
data(rats) gd <- as.gmData(rats) m12 <- mim("Sex:Drug/Sex:Drug:W1+Sex:Drug:W2/W1+W2", data=gd) plot(m12)