create.table {mimR} | R Documentation |
Creates a dataframe with 6 rows for a 2x3 table.
create.table(levels, names = NULL)
levels |
A vector of levels |
names |
A vector with names |
A dataframe
Before using mimR, make sure that the MIM program is runnning.
Søren Højsgaard, sorenh@agrsci.dk
David Edwards, An Introduction to Graphical Modelling, Springer Verlag, 2002
create.table(c(2,3,2),c("a","b","c"))