Description Usage Arguments See Also
View source: R/mixedMemModel.R
Generic S3 function to produce visual representation of a mixedMemModel
object. This function calls either the vizTheta
or
the vizMem
function.
1 2 3 4 |
x |
the |
type |
a string which indicates which estimated parameters to plot; valid options are "theta" or "membership".
|
compare |
an array or matrix for comparison. When type = "theta", |
main |
the main figure title. |
varNames |
a vector of strings corresponding to names for each variable if plot type is theta. |
groupNames |
a vector of strings corresponding to labels for each sub-population. |
nrow |
the number of rows for the grid of plots. |
ncol |
the number of columns for the grid of plots. If plot type is "theta", this must be K, if plot type is "membership", this must be a positive integer. |
indices |
a vector of integers. If the plot type is "membership", this indicates which individuals to plot. When plot type is "theta", this indicates which variables to plot. |
fitNames |
a vector of strings corresponding to labels for each fit. |
... |
additional parameters to be passed. |
mixedMemModel, vizTheta, vizMem
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.