Very informative #blueskAI π€
23.01.2024 22:29 β π 0 π 0 π¬ 0 π 0Very informative #blueskAI π€
23.01.2024 22:29 β π 0 π 0 π¬ 0 π 0Thank you!
21.01.2024 15:47 β π 1 π 0 π¬ 0 π 0Out of curiosity, was there any particular reason for prevalence of women as interviewers?
20.01.2024 23:51 β π 0 π 0 π¬ 1 π 0
A searchable, linked list of π #Government agencies at the national, state, and local level who are using GitHub to share and collaborate.
government.github.com/community/
Nice, thanks! π
15.01.2024 17:41 β π 0 π 0 π¬ 0 π 0Havenβt looked into it yet, but did they release the weights of the pre-trained model? A demo I saw only showed a GUI, so just wondering.
15.01.2024 17:24 β π 0 π 0 π¬ 1 π 0Also really helps us students to simply annotate and focus on listening to the lecture, rather than trying to write everything down!
15.01.2024 14:35 β π 1 π 0 π¬ 0 π 0ππ»ββοΈ
15.01.2024 06:19 β π 1 π 0 π¬ 0 π 0ππThereβs a kind of paper that uses a βSherlock Holmesβ mode of inference. Start with an interesting fact, lay out the likely suspects, eliminate all but one, and the remaining one is the best explanation. What are some papers that do this well?
11.01.2024 21:13 β π 6 π 3 π¬ 1 π 0This week's links include insights from AEA keynotes by Susan Athey and Pol Antras, data on the use of Stata vs R in replication packages, an overview of what climate change means for firms in developing countries, therapy and development, and more...
12.01.2024 14:17 β π 3 π 2 π¬ 0 π 0#EconSky this is pretty cool!
08.01.2024 19:36 β π 2 π 1 π¬ 0 π 0Celebrating the re-opening of CRAN with a brand new version of Patchwork π
08.01.2024 16:21 β π 45 π 15 π¬ 1 π 0
What can we learn from historical pandemics? A systematic review of the literature by @ainedoran.bsky.social, @cliochris.bsky.social & @eoinaldo.bsky.social.
New and #OA!
doi.org/10.1016/j.so...
π ππππ#Episky #history #demography #polisky #geosky #sociology #anthro #HistSci #AcademicSky
Phew, v9.0 of my program evaluation / causal inference class is now live! All the assignments use #QuartoPub and the native |> #rstats pipe, so hopefully nothing catastrophic happens because of all those changes π€ evalsp24.classes.andrewheiss.com
04.01.2024 17:14 β π 22 π 6 π¬ 0 π 0Yes I think Stata should consider integrating this feature given how much they charge, lol.
31.12.2023 18:27 β π 1 π 0 π¬ 0 π 0Thanks for sharing!It could be a good workaround. My comments were based on two experiences recently where the user-written package kept getting updated and our results would change every time. version didnβt help as Stata version was not the problem. We ultimately decided to not use those packages.
31.12.2023 00:47 β π 1 π 0 π¬ 1 π 0Thank you for the link! The guide seems to be very helpful. Option 1: I thought thatβs only for version control of Stata itself, not for controlling multiple package versions/updates? And option 2 still seems less convenient than, say, generating an automatic requirements file using a Python IDE.
23.12.2023 18:17 β π 1 π 0 π¬ 1 π 0Thanks for the recommendation! This was meant to be a general comment where I used examples from the three I use frequently! And I have been meaning to look into Julia.
23.12.2023 18:13 β π 1 π 0 π¬ 0 π 0Haha no this was meant to be a general note, I just used examples from the three I regularly juggle with :) I had to learn some basic MATLAB for some work early this year but donβt use it regularly.
23.12.2023 18:11 β π 1 π 0 π¬ 0 π 0
personal experience over the years, so youβre free to disagree! Itβs just Iβve been meaning to write this π§΅ for a while and finally found some time.
End.
(n/n)
main point of my rant was that donβt be a hostage of a tool, instead know your preferences, common applications and best use cases of each, and decide whatβs best given a task. Knowing a couple of things simultaneously doesnβt hurt!
Also this is purely from an Econ perspective and based on (10/n)
a quick analysis, itβs easier to write a do file for an econ-related task than a Python script.
The only place Iβd draw the line is probably analysis using Excel. Itβs still useful to know extremely basic excel of course, e.g. tracking field team activities, budgeting and HR stuff.
I guess the (9/n)
versions, and equally dislike thereβs no version control system for non-official ones (at least not that Iβm aware of.) Their help files are well documented usually, and I donβt have to decide which is the best package for a specific task like R. Many time if you have smaller datasets and need (8/n)
23.12.2023 15:16 β π 0 π 0 π¬ 2 π 0of variable names, and without having to create separate lists or dictionaries. This is particularly important in domains who frequently share their findings to policymakers and non-academic audiences. I also like the fact that their official commands have backward compatibility across (7/n)
23.12.2023 15:14 β π 1 π 0 π¬ 1 π 0
Many economists still continue to release packages in Stata, which are of more value within our discipline only perhaps or to the wider social science community.
What I personally like is the fact that I can use produce graphs and tables very easily using the variable labels directly instead (6/n)
the Econ world has not. E.g., if youβre asking for code from someone about an old paper that youβd like to replicate, more likely than not theyβll just send you a bunch of do files. If youβre involved in past/older projects and joining midway, they still continue to use Stata. (5/n)
23.12.2023 15:12 β π 0 π 0 π¬ 1 π 0
Itβs not free unlike the other two above. Itβs slow when dealing with large datasets. If youβre trying to do ML etc., big no.
With that being said, I still think thereβs some value in learning/knowing it. You may have pivoted to the language of your choice, but you should remember the rest of (4/n)
of code in Python is, in short, a pain.
However, I find the R syntax usually annoying and cumbersome for other tasks, especially when Iβm trying to write a custom function, for example.
And then, of course, no Econ coding discussion can be complete without mentioning dear old Stata. (3/n)
datasets, the syntax is intuitive, easy to create code documentation and find code samples online for most of your problems.
That being said, when it comes to visualisation, nothing beats R yet among these three. ggplot is beautiful. Getting an aesthetically pleasing visual with minimal lines (2/n)
#EconSky Unpopular opinion, but I really find all this Stata vs R vs Python vs whatnot debates among economists really tiresome.
A π§΅:
Everything has its pros and cons, as well as use cases.
Personally speaking, I gravitate towards Python mostly for most tasks these days. Itβs fast for large (1/n)