prm_cond_combo_2_labels | R Documentation |
Creates a vector of labels from a parameter-condition combination matrix, resulting from a call to prms_cond_combo. Used, for instance, in coef.drift_dm.
prm_cond_combo_2_labels(prms_cond_combo, sep = ".")
prms_cond_combo |
a 2-row character matrix where each column represents a unique parameter-condition combination. |
sep |
Separator for parameter and condition labels (default: "~"). |
A vector of labels with as many entries as the columns of
prms_cond_combo
had, combining parameter and condition (if necessary).
If the parameter labels are already unique (because all parameters do not vary across conditions or are selectively used for one condition), then only these parameter labels are returned
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.