You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This course is now roughly 10 13 years old (first run: Fall 2010). The pretty dirty repo history shows it. It's time to think of version 2.0, although version 1.0 never got its release tag (release tags did not even exist when we started).
Update the overall code to whatever Stata compatibility we choose:
Dig up the very old stuff, for fun: lobbying.dta (Baumgartner), ebm2009 (Eurobarometer)
And perhaps even more importantly, but (perhaps, even) more time-consumingly:
Update the Stata Guide
Continue the LaTeX rewrite
Take the decade-old (let's not wait for decades…) comments from Filip, Joël… into account
Finish writing the regression bits using Bittmann 2019 and Mehmetoglu and Jakobsen
Update the course slides (let's stick with LaTeX despite love/hate)
Additional do-files
My many TODO files from 2017, (especially) 2018, 2019, 2020 have suggestions of extra do-files to create — shorter ones, ones that cover extra stuff beyond the scope of the course (e.g. merging, panel data).
I also have some very short "demo" do-files that I use in the first hour, as recaps of the previous session + introduction to the second hour of the current one.
Use that as an opportunity to…
… include and demo more datasets?
… document estout properly? (both for "Table 1" and regression tables)
… rename the do-files, week01, week02… week12 for obsessive neatness?
have week0*-recap do-files with just the essentials too much work: streamline the week** ones
have xtra01 to xtra12 -- one 'bonus' do-file per week (see below)
Bonus do-files (which will move out some stuff from the main ones, and will cover some intermediate/advanced topics):
xtra01-pca -- plot a map + demo PCA (see below)
xtra02-merge -- download additional data from online + merge
pca popgrowth-safewater
scoreplot, ms(i) mlab(country)
// note: tried using `kountry` to convert country names, failed so far
loadingplot
// demo arch effect, no strong 2nd dimension
pca lexp-safewater
scoreplot
Leaves out:
MCA
quantile regression, L1 (lasso), L2 (ridge)
bootstrapped SEs in models
Bayesian models
multilevel models
Beyond teaching
I once considered publishing the Stata Guide, but publishing a Stata Guide, even though some publishers would take it, sounds bizarre in 2021. R is the current standard, with Julia and Python probably coming next or along.
This course is now roughly
1013 years old (first run: Fall 2010). The pretty dirty repo history shows it. It's time to think of version 2.0, although version 1.0 never got its release tag (release tags did not even exist when we started).version n
version 13
to 'freeze' some commands, e.g.table
,margins
?setup
, especially unpublished ones; see also svyplot #26lobbying.dta
(Baumgartner),ebm2009
(Eurobarometer)And perhaps even more importantly, but (perhaps, even) more time-consumingly:
Additional do-files
My many
TODO
files from 2017, (especially) 2018, 2019, 2020 have suggestions of extra do-files to create — shorter ones, ones that cover extra stuff beyond the scope of the course (e.g. merging, panel data).I also have some very short "demo" do-files that I use in the first hour, as recaps of the previous session + introduction to the second hour of the current one.
Use that as an opportunity to…
estout
properly? (both for "Table 1" and regression tables)week01
,week02
…week12
for obsessive neatness?havetoo much work: streamline theweek0*-recap
do-files with just the essentialsweek**
onesxtra01
toxtra12
-- one 'bonus' do-file per week (see below)Bonus do-files (which will move out some stuff from the main ones, and will cover some intermediate/advanced topics):
xtra01-pca
-- plot a map + demo PCA (see below)xtra02-merge
-- download additional data from online + mergextra03-svy
-- survey weights: WVS 99-04xtra04-bootstrap
-- survey weights: NHIS 2017 (repeat?) + bootstrapxtra05-export
-- export descriptive stats withestout
xtra06-tests
-- survey weights: ESS 2008 (repeat?) + other association tests with ranksxtra07-ts
-- QOG time series with (extract of) 2023 edition? (serial correlation)xtra08-panels
-- robust and clustered SEs, fixed and random effects with QOG time seriesxtra09-export
-- export regression results withestout
xtra10-logit
-- AUC/ROC, predicted probabilities, ordinal logit, multinomial (?)xtra11-mfx
-- marginal effects,bootstrap(already there at end, remove)xtra12-count
-- survey weights: GSS + neg binomial, count, Poisson etc.?PCA example:
Leaves out:
Beyond teaching
I once considered publishing the Stata Guide, but publishing a Stata Guide, even though some publishers would take it, sounds bizarre in 2021. R is the current standard, with Julia and Python probably coming next or along.
The text was updated successfully, but these errors were encountered: