An object of class fit.synds
. It is a list with the following
components:
callthe original call to multinom.synds
.
mcoefavgcombined (average) coefficient estimates.
mvaravgcombined (average) variance estimates of mcoef
.
analysesan object summarising the fit to each synthetic data set
or a list of m
such objects. Note that this is different from
the object created by summary.multinom
to make it compatible
with other fitting methods. In particular the coefficients are vectors,
not matrices.
fitting.functionfunction used to fit the model.
na number of cases in the original data.
ka number of cases in the synthesised data.
propera logical value indicating whether synthetic data were
generated using proper synthesis.
mthe number of synthetic versions of the observed data.
methoda vector of synthesising methods applied to each variable
in the saved synthesised data.
mcoefa matrix of coefficients estimates from all m
syntheses.
mvara matrix of variance estimates from all m
syntheses.