brad-cannell / bfuncs

A random smattering of Brad's Functions
MIT License
2 stars 0 forks source link

Graph p-value functions #33

Open mbcann01 opened 6 years ago

mbcann01 commented 6 years ago

Create functions for graphing p-value functions as described in Modern Epidemiology.

Sent with GitHawk

mbcann01 commented 6 years ago

As opposed to a stand-alone pipeable function, consider making a function that acts as an add-on to ggplot2. Perhaps something like stat_p_value_function.

mbcann01 commented 6 years ago

Look at episheet from Rothman, and this package: https://github.com/epijim/episheet. Adapt those p-value function calculations to work in a dplyr pipeline. Blog about it when done.