detect_clusters | R Documentation |
Detect clusters and calculate mass statistics
detect_clusters(.data, bin, stat, p, alpha = 0.05)
.data |
Data frame. |
bin |
Unquoted name of variable identifying bins. |
stat |
Unquoted name of variable with signed statistics. |
p |
Unquoted name of variable with p values. |
alpha |
Alpha level for each test. |
A data frame listing onset (b0
) and offset (b0
) of each cluster, along with the sign of the effect and cluster mass statistic (cms
).
detect_clusters_by_effect
for more than one effect.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.