View source: R/plotting_functions.R
plot_aggregate_histogram | R Documentation |
Plot aggregated histogram for each digit weighted average across each digit place with expected distribution.
plot_aggregate_histogram(
observation_table,
expected_table,
freq_digit_place,
name
)
observation_table |
Observation table for chi square test in frequency. |
expected_table |
Expected table for chi square test in frequency. |
freq_digit_place |
The frequency of each digit place in data. N in digit place i / total N. |
name |
Title for the plot. |
A ggplot instance for aggregated histogram.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.