Skip to main content
Link
Menu
Expand
(external link)
Document
Search
Copy
Copied
ECON 433: Public Economics
Syllabus
Group Project
Labs
1. Introduction to IPUMS
2. Introduction to R
3. Summary Statistics
4. Combining Datasets
5. Data Visualization
6. Linear Regressions I
7. Linear Regressions II
8. Linear Regressions III
9. Difference-in-Differences
Vignettes
Why R?
RStudio basics
Editing scripts
Anatomy of a R command
Check your data!
Creating variables
Installing packages
Summary statistics
Functions
filter
inner_join
na_if
rbind
read.csv
rm(list=ls())
str
summary
table
weighted.mean
write.csv
Glossary
comment
data type
dataframe
household
logical operator
microdata
stratified sample
variable
Dr. Kung's Website
ekung.io
Vignettes
A vignette is a short article explaining a concept or topic in this course.
Table of contents
Why R?
RStudio basics
Editing scripts
Anatomy of a R command
Check your data!
Creating variables
Installing packages
Summary statistics