Open floswald opened 7 years ago
a different way to think about this is:
I see your point. However, they might be confuse if they have to learn two languages, you might have some welfare loss that applies to both groups here. But I don't know if it dominates...
If we go for the 2-languages approach, what do you think about this kind of schedule?
So if everything goes well, it would be something like 1-2 lectures on 1), 3-4 lectures on 2), and 2-3 lectures on 3). And then adjusting depending on how responsive the students are.
(also if we only teach them Julia, maybe none of them will go for reduced form economics. and that's a big :tada:. kidding!)
yes sounds good to me. i would focus a lot on the swcarpentry part. keep in mind that we care mostly about the students with 0 programming knowledge, not whether the top programmer (or indeed the teacher!) is bored. :-) like that first section is really fundamental. assigning to a variable etc. i would use ggplot right after base plot, it's just too powerful to ignore.
I'm a bit rusty in R myself anyway, so that's going to be a good training! Thanks for your expertise Florian!
definitely good training. R is a bit awkward sometimes, you know, just like a 20-year old language that grew out of C and S-plus would look like. but there are amazing things there, particularly for data work. look at what hadley wickham did (apart from ggplot): https://www.tidyverse.org. also, talking about efficiency: someone still will have to beat R data.table: https://github.com/Rdatatable/data.table/wiki/Benchmarks-%3A-Grouping. and - contrarily to common wisdom amongst economists - stata is not more efficient with large datasets than R: https://github.com/matthieugomez/benchmark-stata-r
I just started a project with spatial data. impossible to beat R. anyway, i'm happy to look at all your material and provide comments. also, copy at will from tyler's stuff if you want.
which language?