If I had one wish for everyone teaching with #rstats this academic year it would be to focus your materials on “learning skills through R” and not simply “learning R”. The latter is an unachievable goal and sets your students up to fail. The former approach can be used to break the teaching down into manageable building blocks, for students, & learning subsequent complex skills. When you are learning, how something is phrased matters!

#teaching #statistics #academia #highered #highereducation

@mcaleerp You can learn all of R's syntax in about an hour...the rest is documentation.
@geospacedman I would really disagree there to be honest. In my experience students need longer to fully understand and repeat, not just copy, y <- function(argument = x, ….). Sure some get that aspect quicker than others, but even just spending a two or so hour lab running, repeating and testing students on that would be beneficial. To me that goes back to learning building blocks well, learning to run a function in R, and not just learning R. Just my view though.
@mcaleerp Yes, but maybe your first building block is about language syntax and parsing in the abstract.
@geospacedman yeah that I can agree with. There is nothing wrong with just spending time to make sure students have that basis to work from. That will save a lot of issues in the long run.
@mcaleerp I probably go too far in my course by teaching them about relays and logic gates though.