nthOrderModel {mimR} | R Documentation |
Creates generating class with nth order interactions for log–linear model
nthOrderModel(variables, order = 2)
variables |
A vector of variables |
order |
The maximum order of interactions in the model |
A string
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
nthOrderModel(c("ss","uu","ii"), 2)