vizMem plots estimates for the group membership scores of each individual. This is the function called by the mixedMemModel class
generic plot function.
vizMem(model, compare = NULL, main = "Estimated Membership", nrow = NULL,
ncol = NULL, indices = NULL, groupNames = NULL, fitNames = NULL)the mixedMemModel object that will be plotted.
a matrix of the same dimensions as model$phi which contains parameters to compare
against the fitted model.
the main figure title.
the number of rows in each plot.
the number of columns in each plot.
the specific individuals which will be shown in the plot. If the argument is left blank, all individuals will be plotted.
If the number of individuals to be plotted is larger than nrow * ncol then multiple plots will be produced.
a vector specifying labels for each sub-population.
a vector of length 2 containing strings which correspond to the names of the models (fitted and comparison).
The estimates plotted are the normalized \(\phi\), which are the posterior means from the variational distribution. The estimated group membership scores are shown in black, and the estimates from a comparison model (if available) are shown in red. Each plot represents an individual.
This is the function called by the plot generic function for mixedMemModel objects.