dgrtwo.github.com icon indicating copy to clipboard operation
dgrtwo.github.com copied to clipboard

My website

Results 7 dgrtwo.github.com issues
Sort by recently updated
recently updated
newest added

I'm having an issue running the example from "Understanding empirical Bayesian hierarchical modeling (using baseball statistics)" http://varianceexplained.org/r/hierarchical_bayes_baseball/ I run everything before and up to: ``` crossing(bats = c("L", "R"), AB...

According to function signature here: https://github.com/dgrtwo/splittestr/blob/master/R/vectorized-prop-test.R

This fixes the following error in the "Examining the arc of 100,000 stories" [Rmd file](https://github.com/dgrtwo/dgrtwo.github.com/blob/master/_R/2017-04-26-tidytext-plots.Rmd): ```r Line 204: Error in FUN(X[[i]], ...) : object 'decile' not found ```

I enjoyed your post on "[Examining the arc of 100,000 stories](http://varianceexplained.org/r/tidytext-plots/)" - thanks! For me the associated [RMarkdown file](https://github.com/dgrtwo/dgrtwo.github.com/blob/master/_R/2017-04-26-tidytext-plots.Rmd) raises the following error: ```R Line 204: Error in FUN(X[[i]], ...)...