diff --git a/_config.yml b/_config.yml index 2a512b9..951e7cf 100644 --- a/_config.yml +++ b/_config.yml @@ -6,6 +6,23 @@ sass: sass_dir: css style: compressed +widgets: +- name: ggprop.test + thumbnail: images/ggprop.test.png + url: https://github.com/EvaMaeRey/ggprop.test + ghuser: EvaMaeRey + ghrepo: ggprop.test + tags: ggplot2 syntax, longform graphical poems + cran: false + ghauthor: EvaMaeRey + short: > + A ggplot2 extension package to teach/learn the logic of the prop test. + description: > + ggprop.test has functionality to allow you to walk through the logic of the prop test step-by-step: 1. Draw bar chart (stacks) for each category (false and true case). + 2. Draw theoretical limits for proportion (0 to 1). 3. Calculate proportion and place it in the logical limits (i.e. the balancing point for stacks). + 4. Place null within the logical limits 5. Draw distribution for NULL and standard deviations within the distribution. 6. determine the z-score (where does observed prop fit into NULL distributions) + (i.e. how many standard deviations fit between .5 and .67) + widgets: - name: ggram thumbnail: images/ggram.png diff --git a/images/ggprop.test.png b/images/ggprop.test.png new file mode 100644 index 0000000..37dd870 Binary files /dev/null and b/images/ggprop.test.png differ