NobsComputes the number of complete observations.
DataLengthTotal number of cases.
HierarchyFor each higher level of a multilevel model, returns the number of units at that level, together with the minimum, mean and maximum number of lower-level units nested within units of the current level.
burninAn integer specifying length of the burn-in.
nchainsAn integer specifying number of MCMC chains run.
iterationsAn integer specifying the number of iterations after burn-in.
DA vector specifying the type of distribution to be modelled, which can include 'Normal', 'Binomial' 'Poisson', 'Multinomial', 'Multivariate Normal', or 'Mixed'.
FormulaA formula object (or a character string) specifying a multilevel model.
levIDA character string (vector) of the specified level ID(s).
contrastsA list of contrast matrices, one for each factor in the model.
xlevelsA list of levels for the factors in the model.
merrA vector which sets-up measurement errors on predictor variables.
factA list of objects specified for factor analysis, including nfact, lev.fact, nfactor, factor, loading and constr.
xcA list of objects specified for cross-classified and/or multiple membership models, including class, N1, weight, id and car.
FPDisplays the fixed part estimates.
RPDisplays the random part estimates.
FP.covDisplays a covariance matrix of the fixed part estimates.
RP.covDisplays a covariance matrix of the random part estimates.
chainsCaptures the MCMC chains from MLwiN for all parameters.
elapsed.timeCalculates the CPU time used for fitting the model.
BDICBayesian Deviance Information Criterion (DIC)
callThe matched call.
LIKEThe deviance statistic (-2*log(like)).
fact.loadingsIf fact is not empty, then the factor loadings are returned.
fact.loadings.sdIf fact is not empty, then the factor loading standard deviationss are returned.
fact.covIf fact is not empty, then factor covariances are returned.
fact.cov.sdIf fact is not empty, then factor covariance standard deviations are returned.
fact.chainsIf fact is not empty, then the factor chains are returned.
MIdataIf dami[1] is one then the mean complete response variable y is returned for each chain, if dami[1] is two then the SD is also included.
imputationsIf dami[1] is zero, then a list of completed datasets containing complete response variable y is returned.
residualIf resi.store is TRUE, then the residual estimates at all levels are returned.
resi.chainsIf resi.store.levs is not empty, then the residual chains at these levels are returned.
versionThe MLwiN version used to fit the model
dataThe data.frame that was used to fit the model.