Problem Set 1. Definitions
Relevant material will be covered by Aug 29. Problem set is due Sept 10 at 5pm.
Welcome to the problem set! This homework will practice conceptual and notation ideas for descriptive and causal inference.
To complete the problem set, Download the .Rmd and complete the homework. Omit your name so we can have anonymous peer feedback. Compile to a PDF and submit the PDF on Canvas.
1. Practice with potential outcomes
Jose says that coming to Cornell caused him to discover statistics, and it became his major! He says that if he had gone to NYU, he would have stuck with biology.
1.2 (7 points)
Using the mathematical notation we discussed in class, define the two potential outcomes to which Jose is referring
Answer. Your answer here
1.3 (7 points)
In a sentence or two, say how the Fundamental Problem of Causal Inference applies to Jose’s claim.
Answer. Your answer here
2. A sailing class
You are looking into a sailing class through Cornell Wellness! For each claim below, tell us whether the claim is causal or descriptive.
2.1 (5 points)
Last year, there was a survey of students who did and did not take the class. The proportion reporting that they felt prepared to sail on Cayuga Lake was higher among those who took the class.
Answer. Your answer here
Session info
The chunk below will record information about your R session, which is useful for debugging issues in homework assignments that contain code.
## R version 4.3.1 (2023-06-16)
## Platform: aarch64-apple-darwin20 (64-bit)
## Running under: macOS 15.0.1
##
## Matrix products: default
## BLAS: /Library/Frameworks/R.framework/Versions/4.3-arm64/Resources/lib/libRblas.0.dylib
## LAPACK: /Library/Frameworks/R.framework/Versions/4.3-arm64/Resources/lib/libRlapack.dylib; LAPACK version 3.11.0
##
## locale:
## [1] en_US.UTF-8/en_US.UTF-8/en_US.UTF-8/C/en_US.UTF-8/en_US.UTF-8
##
## time zone: America/New_York
## tzcode source: internal
##
## attached base packages:
## [1] stats graphics grDevices utils datasets
## [6] methods base
##
## loaded via a namespace (and not attached):
## [1] digest_0.6.33 R6_2.5.1 bookdown_0.35
## [4] fastmap_1.2.0 xfun_0.47 cachem_1.1.0
## [7] knitr_1.43 memoise_2.0.1 htmltools_0.5.8.1
## [10] rmarkdown_2.22 lifecycle_1.0.3 xml2_1.3.4
## [13] cli_3.6.1 downlit_0.4.4 sass_0.4.9
## [16] withr_2.5.0 jquerylib_0.1.4 compiler_4.3.1
## [19] rstudioapi_0.14 tools_4.3.1 evaluate_0.21
## [22] bslib_0.8.0 yaml_2.3.7 fs_1.6.2
## [25] jsonlite_1.8.7 rlang_1.1.1