Summary Method Function for Objects of Class loglm

DESCRIPTION:

Returns a summary list for log-linear models fitted by iterative proportional scaling using loglm.

USAGE:

summary.loglm(object, fitted = F, ...)

REQUIRED ARGUMENTS:

object
a fitted loglm model object.

OPTIONAL ARGUMENTS:

fitted
if TRUE return observed and expected frequencies in the result. Using fitted = T may necessitate re-fitting the object.
...
arguments to be passed to or from other methods.

VALUE:

a list is returned for use by print.summary.loglm. This has components
formula
the formula used to produce object
tests
the table of test statistics (likelihood ratio, Pearson) for the fit.
oe
if fitted = T, an array of the observed and expected frequencies, otherwise NULL.

DETAILS:

This function is a method for the generic function for class loglm. It can be invoked by calling for an object x of the appropriate class, or directly by calling regardless of the class of the object.

SEE ALSO:

,