| sframe_plot_paired_comparison | R Documentation |
One line per respondent connecting their two paired values, shared by
t_test_pair and wilcoxon_pair (both carry vars = c(x_column, y_column) on the same respondents). The standard visual for a paired
design: it shows the direction and consistency of individual change,
which a plain bar-of-means would hide.
sframe_plot_paired_comparison(result, data, palette = c("web", "print"))
result |
A result list from |
data |
The response data frame the result was computed from. |
palette |
One of |
A ggplot2 object, or NULL if fewer than two complete pairs
remain, or ggplot2 is unavailable.
run_analysis_plan()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.