Advertisement Β· 728 Γ— 90

Posts by Kyle Butts

yes exactly. They say "if I randomly assign a 1 to some control units and a 0 to other control units, do I find a difference in outcomes for them"

1 month ago 1 0 0 0
Post image

A quote that I think is particularly relevant in thinking about AI doing writing for us. From Deirdre McCloskey's brilliant Economical Writing www.deirdremccloskey.com/docs/pdf/Art...

1 month ago 14 2 0 0
Preview
Kyle Butts Kyle Butts -- Urban Economics and Applied Econometrics

www.kylebutts.com/blog/2025-09...

2 months ago 5 0 0 0

Another day, another DID paper review where the authors "randomize treatment across locations" as a robustness check. *Sigh*

2 months ago 4 0 2 0

Anyone want to see what a DID "paper mill" I've discovered while refereeing?

4 months ago 3 0 1 0
Numerically stable algorithm for computing the running mean

TIL you can calculate the mean and the variance in one pass through a vector 🀯

Really nice article showing how:
nullbuffer.com/articles/wel...

6 months ago 2 0 0 0

If you have any questions about the U of A, please reach out! Happy to answer any questions :-)

6 months ago 0 0 0 0

And finally, the department! Our group is a very young and research focused. We have a great group of development/urban/labor folks with a mix of reduced form and structural approaches; A really strong experimental group; and a few applied econometricians who are happy to help!!

6 months ago 1 0 1 0
Post image

Concerned about the southern heat? Being within the Ozarks, makes the summer not too bad. Plus the winter is very temperate..

6 months ago 0 0 1 0
Advertisement
Post image Post image

If sports are your thing, there's no place better than the SEC

6 months ago 0 0 1 0
Post image Post image

Walmart, JB Hunt, Tyson Chicken are all headquartered here. Many large companies have campuses here as well.

This younger demographic brings a lot of consumptive amenities, like great food! Dinner with speakers is a nice treat..

6 months ago 0 0 1 0
Post image Post image Post image

The arts scene is magnificent:

- Walton Arts Center brings in Broadway shows all year
- Crystal Bridges is a world class art musuem
- The AMP has great live music

6 months ago 0 0 1 0
Post image Post image Post image

We are in the beautiful Ozark mountains with tons of hikes and incredible mountain biking opportunities.

The Razorback greenway makes biking to and from campus very easy and there's a few breweries along the way..

6 months ago 0 0 1 0
Post image

Come be a razorback! We are hiring two positions this year at the U of Arkansas!

Macro/General Equilibrium: www.aeaweb.org/joe/listing....
Applied Micro: www.aeaweb.org/joe/listing....

Northwest Arkansas is consistently ranked one of the best places to live. Here's some highlights!

6 months ago 9 5 2 0

yup! wrote this after refereeing yet another paper randomizing policy rollout in DID...

6 months ago 1 0 0 0

I have a script that should pop up after installing the extension and opening a do file. Does it not do that?

10 months ago 1 0 1 0

Does anyone have really good examples of a github repository for a research paper. Trying to get good examples for a lesson I'm giving

10 months ago 8 2 7 0
Post image

github.com/kylebutts/vs...
If you are using vscode and stata, you should try out my extension. It uses interactive window which let's you write in a `.do` file but get a notebook type experience.

10 months ago 48 16 1 0

The answer is all 0s !!! what a frustrating choice !!!!

11 months ago 2 0 0 0
Advertisement

one would hope!

11 months ago 1 0 1 0

Stata quiz. what do you think the output of `tab` will be?

```
sysuse auto, replace
reg mpg i.rep78 if rep78 == 2, nocons
predict xb
tab xb if rep78 != 2
```

11 months ago 1 0 1 1
Preview
Kyle Butts Kyle Butts -- Urban Economics and Applied Econometrics

kylebutts.com/blog/2025-04...

A short blog post for efficient stats coding. All about the importance of dimensionality when doing matrix operations ft. 100x speed-up of my code

1 year ago 5 1 0 0
Post image

TIL how to download census data (www2.census.gov) super simply.

Finder: Go > Connect to Server > ftp://ftp2.census.gov/. Login as guest and 🀯

1 year ago 24 6 1 0
Passive Voice Considered Harmful Effective writing for software developers

great little explanation on why to avoid passive voice refactoringenglish.com/chapters/pas...

1 year ago 3 1 1 0
Post image

R tip: If you run code but forget to save it in a variable, you can use `.Last.value` in the console.

More, if you want to copy the result to your clipboard, use `clipr::write_last_clip`:

1 year ago 13 0 2 0
Scatter plot of bill depth vs. length by species (color) and sex (symbol). It shows positive correlations for all species with males tending to have bigger bills than females.

sym <- c(1, 16)
pal <- c("darkorange","purple","cyan4")
plot(bill_dep ~ bill_len, data = penguins, pch = sym[sex], col = pal[species])

Scatter plot of bill depth vs. length by species (color) and sex (symbol). It shows positive correlations for all species with males tending to have bigger bills than females. sym <- c(1, 16) pal <- c("darkorange","purple","cyan4") plot(bill_dep ~ bill_len, data = penguins, pch = sym[sex], col = pal[species])

🚨 The "penguins" data is coming to the base #rstats{datasets} in 4.5.0!

@ellakaye.co.uk & @HeathrTurnr.fosstodon.org.ap.brid.gy r prepared an adapted and a raw version of the data set based on the {palmerpenguins} πŸ“¦ by @allisonhorst.bsky.social @apreshill.com and Kristen Gorman.

πŸ“ˆ Scatter plot:

1 year ago 119 35 6 10
Post image

WHAT YOU THOUGHT I ONLY HAVE 1 CUTE DOG ?? THINK AGAIN

1 year ago 0 0 0 0
Advertisement

Probably doesn’t matter much for this map, but I like st_point_on_surface() because centroids could be not within the shape for weird shaped counties

1 year ago 5 0 1 0
Post image

snow day in Fayetteville

1 year ago 3 0 1 0
Preview
Positron Assistant by georgestagg Β· Pull Request #6361 Β· posit-dev/positron Initial Positron Assistant scaffolding. FAO @jmcphers.

πŸ‘€ github.com/posit-dev/po...

1 year ago 2 0 0 0