Skip to content

Instantly share code, notes, and snippets.

View McCartneyAC's full-sized avatar
💭
available for hire.

Andrew McCartney McCartneyAC

💭
available for hire.
View GitHub Profile
@leeper
leeper / stata_summary.R
Created February 21, 2018 10:53
Stata-style regression summaries
stata_summary <-
function(
x,
...
) {
# summarize
mod <- x
x <- summary(x)
# find outcome variable
@maartenzam
maartenzam / readme.md
Created October 22, 2017 20:25
World Tile Grid Map in ggplot2