Open franciscothebrady opened 4 years ago
very preliminary
Possible Topics or sections
Carry out various types of data analysis: qualitative, quantitative
Data Structures as they relate to social science concepts
Statistical tests: t, Chisq, Anova
Modelling: Regression, lm, Glm, Fitting arbitrary models, Optim
The Formal empirical research process:
Some people to shamelessly steal from:
Data Acquisition (Working with APIs): https://data.library.virginia.edu/using-census-data-api-with-r/
@damianrt just wrote the git addendum
In addition to the data structures R uses to store data, we should also cover the various types of variables from a data analysis perspective: numerical vs categorical, continuous vs discrete, ordered and unordered.
I think variable types comes before data structures right ?
I agree. I think it is useful to introduce vectors and the data types before introducing data frames etc. if we want to be able to introduce programming or more advanced usage later.