mmod: Mixed interaction model.
Description
A mixed interaction model is a model (often with conditional
independence restrictions) for a combination of discrete and continuous
variables.
Usage
mmod(formula, data, marginal = NULL, fit = TRUE, details = 0)
Arguments
formula
A right hand sided formula specifying the model.
marginal
A possible subsets of columns of data
; useful when
formula
contains model specification shortcuts.
details
For printing debugging information
Value
An object of class mModel
and the more general class
iModel
.
Examples
Run this code# NOT RUN {
### FIXME: To be written
# }
Run the code above in your browser using DataLab