Advertisement · 728 × 90

Posts by Jared Colston

Wow someone's going to get fired for posting those System of a Down lyrics

2 weeks ago 0 0 0 0
speed gauge chart in excel. it is actually two superimposed charts, a donut chart and a pie chart. they have an empty 100 filler series, the value series and a remainder series. the arrow is a 1% slice with black outline (rest of the pie is invisible)

speed gauge chart in excel. it is actually two superimposed charts, a donut chart and a pie chart. they have an empty 100 filler series, the value series and a remainder series. the arrow is a 1% slice with black outline (rest of the pie is invisible)

I made a reusable speed gauge NPS chart in Excel
and now you have to see this abomination too 📊

1 year ago 13 1 0 1
Video

THEY’RE CLIMBING THE POLES IN TOKYO GO BIRDS🦅🦅🦅

1 year ago 11376 2178 105 197
Post image Post image Post image Post image

🚀 Launching a new #Stata package #geoflow that allows users to generate spatial arcs.

This package is a culmination of over a year of work for building stable core dependencies. It also brings us one step closer to flexibly plot network data.

1 year ago 48 13 3 0
Preview
Thinking like an Economist The story of how economic reasoning came to dominate Washington between the 1960s and 1980s—and why it continues to constrain progressive ambitions today

Good opportunity to plug one of my favorite books I've read in a while by @epopppp.bsky.social
press.princeton.edu/books/hardco...

1 year ago 0 0 0 1

Huge spillover effects on the broader relish industry

1 year ago 0 0 0 0

Please check it out and let me know if anything breaks with it! This is version 1.0 and I wrote it in about two hours so I'm sure there will be problems that arise! I'll also likely add more functionality as time goes on.

1 year ago 0 0 0 0
Advertisement
Post image

And since this command is just a simple wrapper for the -twoway line- command, all other -twoway- options are available:
trendline gdp_percap if inlist(regnum,1,2), time(year) category(regnum) lpattern(dash)

1 year ago 0 0 1 0
Average GDP per Capita for East Asia and Europe, 1990-2022.

Average GDP per Capita for East Asia and Europe, 1990-2022.

-if- statements are also allowed with the command:
trendline gdp_percap if inlist(regnum,1,2), time(year) category(regnum)

1 year ago 0 0 1 0
Median GDP per Capita by world region, 1990-2022.

Median GDP per Capita by world region, 1990-2022.

You can also change the statistic (any statistic available in the -collapse- command):
trendline gdp_percap, time(year) category(regnum) statistic(median)

1 year ago 0 0 1 0
Average GDP per capita by region of the world, 1990-2022.

Average GDP per capita by region of the world, 1990-2022.

And you can plot by group:
trendline gdp_percap, time(year) category(regnum)

1 year ago 0 0 1 0
Trend line of average GDP per Capita for all the countries in the World Bank database, 1990-2022.

Trend line of average GDP per Capita for all the countries in the World Bank database, 1990-2022.

The simplest form of the command plots mean values over time for your entire dataset:
trendline gdp_percap, time(year)

1 year ago 0 0 1 0

You can download it using this command:
net install trendline, from("raw.githubusercontent.com/jdcols01/trendline/main/...") replace

And then just type -help trendline- for the documentation.

1 year ago 0 0 1 0

I used to use -lgraph- but since it doesn't appear to have been updated in nearly a decade, the new -twoway- functions in Stata don't seem to work with it very well. This new package is a MUCH slimmer version purely for plotting aggregates over time. It is particularly useful for multi-level data.

1 year ago 0 0 1 0
Advertisement
Preview
GitHub - jdcols01/trendline: Stata package for aggregate trendlines while preserving data structure Stata package for aggregate trendlines while preserving data structure - jdcols01/trendline

Hey folks! Wanted to share a 🧵 on a super slim Stata package I put together for making aggregate line graphs by group while preserving your data structure. It's called -trendline- and you can find it on my GitHub here: github.com/jdcols01/tre...

1 year ago 2 0 2 0

Louisville beating Clemson and then losing to Stanford. This is absurd. Why would UK do this to us

1 year ago 0 0 0 0
Preview
Stata graph tips for academic articles Learn tips and tricks for optimizing Stata graphs for journal articles.

Reposting this #Stata guide I wrote a couple of years ago that discusses how to finetune #graphs for academic/journal articles.

The guide covers topics such as colors, legends, fonts, markers, focusing on certain elements etc.

medium.com/the-stata-gu...

1 year ago 54 15 0 1

Economics of funny

1 year ago 0 0 0 0

Regression is a tool for making comparisons

If you don't know / can't easily explain what comparisons you're trying to make, then you don't understand the regression you're running

1 year ago 283 45 10 1
Preview
Eleven people hospitalized after explosion at Louisville plant A factory explosion in Louisville’s Clifton neighborhood Tuesday afternoon injured multiple people and damaged homes and businesses.

Eleven people hospitalized after explosion at Louisville plant www.lpm.org/news/2024-11...

1 year ago 12 9 3 0
Preview
GitHub - asjadnaqvi/stata-schemepack: Here you will find various ready-to-use Stata schemes. Here you will find various ready-to-use Stata schemes. - asjadnaqvi/stata-schemepack

A 🧵 to keep track of my #Stata #dataviz packages. Regularly updated! Check GitHub links for more info.

Listed in the order they were released 👇

1) 𝘀𝗰𝗵𝗲𝗺𝗲𝗽𝗮𝗰𝗸: A large collection of ready-to-use #Stata #schemes.

ssc install schemepack, replace

github.com/asjadnaqvi/s...

1 year ago 24 4 1 1
Preview
GitHub - asjadnaqvi/stata-waffle: A Stata package for Waffle charts A Stata package for Waffle charts. Contribute to asjadnaqvi/stata-waffle development by creating an account on GitHub.

19) waffle: A Stata package for Waffle plots
(together with @jaredcolston.bsky.social!)

ssc install waffle, replace

github.com/asjadnaqvi/s...

1 year ago 1 1 1 0
Preview
GitHub - asjadnaqvi/stata-spider: spider: A Stata package for spider plots. spider: A Stata package for spider plots. Contribute to asjadnaqvi/stata-spider development by creating an account on GitHub.

#Stata #spider 🕷️is bumped to v1.4:

🕸️ Weights 🏋 are now allowed and users can also specify how they want to collapse the data.
🕸️ Users can now specify variable lists (wide form) making it easier to use.
🕸️ More options added.

More info and examples:
github.com/asjadnaqvi/s...

Up soon on SSC!

1 year ago 6 1 0 0
Post image

Too late to explore the world, too soon to explore the universe...

1 year ago 1 0 0 0
Advertisement

Why am I spending my Saturday wondering why Hoxby & Turner (2013) postcard intervention did not replicate when Gurantz and the College Board crew expanded it and what that means for information interventions in this post-sffa world?

1 year ago 7 1 0 0

"We conclude that racial and ethnic minorities are inadequately served by our large household surveys [from census] and that researchers should cautiously interpret survey-based estimates of racial and ethnic differences in [safety net] program receipt and post-benefit income."

1 year ago 15 9 0 0

Colston: You gotta go full onebag mode. Whatever doesn't fit in a backpack throw away

1 year ago 0 0 0 1

I tried making a starter pack for the U.S. higher ed folks on here (after looking for one and not finding it myself). Includes researchers, journos, and just people who talk about higher ed stuff. Let me know who I missed!
go.bsky.app/71aQ6gS

1 year ago 7 4 1 0

I haven't been a reviewer much, but the last review I did I was just sent another Word doc with a message that basically said "the authors have addressed your concerns". With no mention of how. I basically did a side-by-side word search after going back to my original comments!!

1 year ago 0 0 1 0

Excited to announce that I'm joining the SSTAR Lab at UW-Madison as Lead Data Scientist! Can't thank PNPI enough for the opportunity to be their Associate Director of Research. Looking forward to this next prof. chapter!

1 year ago 4 0 0 0