loglm
.## S3 method for class 'loglm':
summary(object, fitted = FALSE, \dots)
TRUE
return observed and expected frequencies in the result.
Using fitted = TRUE
may necessitate re-fitting the object.print.summary.loglm
.
This has componentsobject
fitted = TRUE
, an array of the observed and expected frequencies,
otherwise NULL
.summary()
for class "loglm"
.
It can be invoked by calling summary(x)
for an
object x
of the appropriate class, or directly by
calling summary.loglm(x)
regardless of the
class of the object.loglm
, summary