Code

These ain't perfect... Please let me know of any errors you find!

Flexible, Multicore Specification Curve 

The popular specr package in R is good. However, specr is not super flexible--it does not support fixed-effect regressions, and mixed-effect regressions take some work. 

I wanted to create a package that would build on specr while being more user-friendly. To that end, I'm working on this set of functions, which I've given the bad title of specster.

The current code supports:

GitHub Link

Citations:

REI Reviews Scraping

This code uses Python primarily, but R for some data wrangling. 

GitHub Link

VRBO Reviews Scraping

This code uses Python. Better commenting incoming! 

GitHub Link

Mediation Model Plotting (Work-In-Progress)

This function will draw you a mediation model in ggplot in R. It ain't awesome. I plan to keep adding to it, as it can only do super simple mediation now. 

GitHub Link