| display {gRcox} | R Documentation |
The display function creates a coloured graph representing an RCOX model.
display(x)
x |
An RCOX model |
Note that the Rgraphviz package must be loaded.
NULL
Søren Højsgaard, sorenh@agrsci.dk
## Not run:
data(math)
bufly1 <- rcox(~al:an:st, vcc=list(~me+st, ~ve+an),
ecc=list(~me:ve+me:al, ~ve:al+al:st),
data=math)
library(Rgraphviz)
display(bufly1)
## End(Not run)