Description Usage Arguments Value Examples
Plot to see what pattern of means look like before one puts them into the simulation. This allows a user to make sure what they input to the simulation function matches the pattern of results they expect to see.
1 2 |
a1b1 |
Mean in cell A1, B1 |
a1b2 |
Mean in cell A1, B2 |
a2b1 |
Mean in cell A2, B1 |
a2b2 |
Mean in cell A2, B2 |
a |
String. Name of the factor (variable) representing A (x-axis) |
a1 |
String. Name of the first level of Factor A |
a2 |
String. Name of the second level of Factor A |
b |
String. Name of the factor (variable) representing B (different series/colors) |
b1 |
String. Name of the first level of Factor B |
b2 |
String. Name of the second level of Factor B |
A ggplot2 object depicting the mean patterns
1 2 | # imagine d = .5 in condition A and d = .0 in condition B
plot_means(0, .5, 0, 0)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.