Description Usage Arguments Examples
Given co-membership probability input based on postPairs
,
create a linkage plot colored according to probability range.
1 2 3 4 5 6 7 8 9 10 11 12 13 |
dat |
Longitudinal data input |
id_var |
Character of id variable |
g_var |
Column name in |
ls_prob |
List of pairwise probability output of function |
ls_groups |
List of "similar" groups as elements of list respective to groups
as list names. The co-membership probabilities indicated "similar" groups will be
plotted in color |
ls_labels |
List of group labels to display sequentially on the plot. Default is alphabetically sorted groups |
cutPoints |
Vector of two cutoff points between 0 and 1 to discretize probabilities into three intervals to indicate three levels of transparency of the curves. Default c(.5,.8) |
subTitles |
Vector of titles to be labeled for each subplot of random effect scenario |
allColors |
Colors of the curves under the random effect scenarios. Default c('darkseagreen', 'coral3','steelblue','sandybrown') |
seed |
Random seed for sampling curves when |
thin |
Thinning parameter between 0 and 1. Recommended to set at low value to
aid visualization. When |
1 2 3 4 5 6 7 8 9 10 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.