An implementation of hierarchical log-linear models using the
framework of gRbase. A model object is defined using
hllm, fitted using fit (which calls loglm)
and a model search performed
using stepwise. The models may be displayed and manipulated
using the gRbase.
Usage
hllm(formula = ~.^1, gmData, marginal)
## S3 method for class 'hllm':
fit(object, engine="loglm", ...)
Arguments
formula
an object of class formula. The right
hand side of the formula is a list of the generators separated by
+. A generator is specified by variable names with separated
by *