vizMem: Mixed Membership Visualization

Description Usage Arguments Details

View source: R/viz_functions.R

Description

vizMem plots estimates for the group membership scores of each individual. This is the function called by the mixedMemModel class generic plot function.

Usage

1
2
vizMem(model, compare = NULL, main = "Estimated Membership", nrow = NULL,
  ncol = NULL, indices = NULL, groupNames = NULL, fitNames = NULL)

Arguments

model

the mixedMemModel object that will be plotted.

compare

a matrix of the same dimensions as model$phi which contains parameters to compare against the fitted model.

main

the main figure title.

nrow

the number of rows in each plot.

ncol

the number of columns in each plot.

indices

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.

groupNames

a vector specifying labels for each sub-population.

fitNames

a vector of length 2 containing strings which correspond to the names of the models (fitted and comparison).

Details

The estimates plotted are the normalized φ, 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.


mixedMem documentation built on Dec. 2, 2020, 1:09 a.m.