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