show.mim {mimR}R Documentation

Display a 'mim' model graphically

Description

Dislays a model graphically. This function is highly experimental and requires that the packages 'Rgraphviz' and 'graph' are loaded

Usage

display(x)

Arguments

x A mim model object

Details

None

Value

None

Author(s)

Søren Højsgaard, sorenh@agrsci.dk

See Also

mim

Examples


## 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)


[Package mimR version 1.3.1 Index]