An object of 'MultimodDiagnostic' S3 class, consisting of a list
with the following components:
NThe number of fitted models in the
list of model outputs that was supplied to the function for the purpose of
stability analysis.
KThe number of topics in the models.
glob.maxThe index of the reference model in the list of model
outputs (mod.out
) that was supplied to the function. The reference
model is selected as the one with the maximum bound value at convergence.
lbA list of the maximum bound value at convergence for each of the
fitted models in the list of model outputs. The list has length N.
lmatA K-by-N matrix reporting the L1-distance of each topic from the
corresponding one in the reference model. This is defined as:
$$L_{1}=\sum_{v}|\beta_{k,v}^{ref}-\beta_{k,v}^{cand}|$$ Where the beta
matrices are the topic-word matrices for the reference and the candidate
model.
tmatA K-by-N matrix reporting the number of "top documents"
shared by the reference model and the candidate model. The "top documents"
for a given topic are defined as the 10 documents in the reference corpus
with highest topical frequency.
wmatA K-by-N matrix reporting the
number of "top words" shared by the reference model and the candidate model.
The "top words" for a given topic are defined as the 10 highest-frequency
words.
lmodA vector of length N consisting of the row sums of the
lmat
matrix.
tmodA vector of length N consisting of the row
sums of the tmat
matrix.
wmodA vector of length N consisting
of the row sums of the wmat
matrix.
semcohSemantic coherence
values for each topic within each model in the list of model outputs.
L1matA K-by-N matrix reporting the limited-mass L1-distance of each
topic from the corresponding one in the reference model. Similar to
lmat
, but computed using only the top portion of the probability mass
for each topic, as specified by the mass.threshol
parameter.
NULL
if mass.treshold==1
.
L1modA vector of length N
consisting of the row means of the L1mat
matrix.
mass.thresholdThe mass threshold argument that was supplied to the
function.
cov.effectsA list of length N containing the output of
the run of estimateEffect()
on each candidate model with the given
regression formula. NULL
if no regression formula is given.
var.matrixA K-by-N matrix containing the estimated variance for each
of the fitted regression parameters. NULL
if no regression formula is
given.
confidence.ratingsA vector of length N, where each entry
specifies the proportion of regression coefficient estimates in a candidate
model that fall within the .95 confidence interval for the corresponding
estimate in the reference model.
align.globalThe alignment control
argument that was supplied to the function.
reg.formulaThe
regression formula that was supplied to the function.
reg.nsimsThe
reg.nsims
argument that was supplied to the function.
reg.parameter.indexThe reg.parameter.index
argument that was
supplied to the function.