paramIter component of a
missmodel object.
chi.Loglin(object, theta)
"missmodel" whose
paramIter component is of
class
"Loglin". I.e., an object resulting from the use of the
mdLoglin,
daLoglin, or
emLoglin functions. Alternatively,
a class
"preLoglin" object.
"missmodel" object.
theta.
This is the chi-squared statistic that ignores the missing-data mechanism.
aa <- mdLoglin(object = crime, margins = ~Visit.1+Visit.2,
na.proc = "em")
chi.Loglin(aa)