brad-cannell / bfuncs

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

freq_table - Add chi_square #14

Closed mbcann01 closed 6 years ago

mbcann01 commented 6 years ago

Figure out a way to get chi_square and other related info (e.g., expected_n) from a freq_table. May be an enhancement to freq_table, but it will probably be a separate function called on the results of a freq_table

Still need to:

Then move on to #15

mbcann01 commented 6 years ago

After you've added in hypothesis testing here and in #15, then change the version number for bfuncs to 0.3.

Add release: https://github.com/brad-cannell/bfuncs/releases

mbcann01 commented 6 years ago

Interpretations.

mbcann01 commented 6 years ago

Look into p-value functions and Bayesian confidence intervals.

mbcann01 commented 6 years ago

Refs for CI's

mbcann01 commented 6 years ago

Left off at the beginning of bivariate analysis (310) in develop_freq_test.Rmd.

Remember, get an initial version of these functions working. Improve over time.

mbcann01 commented 6 years ago

Done with version 1. I'd still like to add other tests as needed, and the ability to generate p-value functions.