├── .gitignore ├── CNAME ├── LICENSE ├── README.md ├── _config.yml ├── _css └── main.scss ├── _data ├── labscripts.yml ├── lectures.yml └── menu.yml ├── _images ├── dsi-mm.png ├── dsi.jpg ├── mm.jpg └── treatment-example.png ├── _includes ├── embedpdf.html ├── footer.html ├── head.html ├── header.html ├── image.html └── nav.html ├── _layouts ├── class.html ├── default.html ├── page.html └── post.html ├── _posts └── 2015-08-16-welcome-to-jekyll.md ├── _sass ├── _base.scss ├── _fancy-image.scss ├── _header.scss ├── _layout.scss ├── _mobile-header.scss └── _syntax-highlighting.scss ├── bayesian-inference ├── flipping-coin.jpg ├── kruschke-book-cover-crop.png ├── post8000-lecture-bayesian-inference.Rmd ├── post8000-lecture-bayesian-inference.pdf ├── scrubs_kim_pregnant.jpg └── teddy-roosevelt.jpg ├── blog.md ├── causality ├── post8000-lecture-causality.Rmd ├── post8000-lecture-causality.pdf └── red-pill-blue-pill.jpg ├── course-materials.md ├── descriptive-inference-lab ├── figs │ ├── gss-mean-median-rgdp-year.pdf │ ├── gss-mean-rgdp-year.pdf │ ├── gss-median-education-spending.pdf │ ├── gss-mode-race.pdf │ ├── gss-rgdp-density-plot-2017.pdf │ └── usa-wvs-justifbribe.pdf ├── post8000-lecture-descriptive-inference-lab.Rmd └── post8000-lecture-descriptive-inference-lab.pdf ├── descriptive-inference ├── post8000-lecture-descriptive-inference.Rmd └── post8000-lecture-descriptive-inference.pdf ├── ethics-replication ├── 2019-09-05-register.png ├── 2019-10-24-nature-racial-bias.png ├── blue-feed-red-feed.png ├── bowers-voors.png ├── c-word.png ├── jared-lacrosse.png ├── poe-tweets-2.png ├── poe-tweets.png ├── post8000-lecture-ethics-replication.Rmd ├── post8000-lecture-ethics-replication.pdf └── subdirs.png ├── feed.xml ├── index.html ├── instrumental-variables ├── cunningham-quote.png ├── cunningham-tweet.png ├── drake-1.png ├── drake-2.png ├── heiss-abhw-tweet.png ├── post8000-lecture-instrumental-variables.Rmd ├── post8000-lecture-instrumental-variables.pdf ├── rain-rain-go-away.png └── weather-violations.png ├── intro-r-rstudio ├── post8000-lecture-intro-r-rstudio.Rmd ├── post8000-lecture-intro-r-rstudio.pdf └── rstudio-global-options.png ├── lab-scripts.md ├── lab-scripts ├── af_crime93.rds ├── association-lab.R ├── association-lab.html ├── bayes-lab.R ├── bayes-lab.html ├── descriptive-inference.R ├── descriptive-inference.html ├── instrumental-variables-lab.R ├── instrumental-variables-lab.html ├── intro-r-rstudio.R ├── intro-r-rstudio.html ├── lab-script.css ├── logistic-regression-lab.R ├── logistic-regression-lab.html ├── measurement-error-lab.R ├── measurement-error-lab.html ├── mmr-lab.R ├── mmr-lab.html ├── ols-diagnostics-lab.R ├── ols-diagnostics-lab.html ├── ols-lab.R ├── ols-lab.html ├── ordinal-logistic-regression-lab.R ├── ordinal-logistic-regression-lab.html ├── random-assignment-experiments-lab.R ├── random-assignment-experiments-lab.html └── rdd-lab.R ├── lectures.md ├── logistic-regression ├── figs │ ├── fitted-resid-plot-m1.pdf │ ├── glm-lm-times-plot.pdf │ └── qqplot-m1.pdf ├── post8000-lecture-logistic-regression.Rmd ├── post8000-lecture-logistic-regression.pdf ├── run-times.R └── run-times.rds ├── making-most-regression ├── figs │ └── sim-plot-intersections.pdf ├── post8000-lecture-making-most-regression.Rmd └── post8000-lecture-making-most-regression.pdf ├── measurement-error ├── post8000-lecture-measurement-error.Rmd └── post8000-lecture-measurement-error.pdf ├── ols ├── post8000-lecture-ols.Rmd └── post8000-lecture-ols.pdf ├── ordinal-logistic-regression ├── figs │ ├── fitted-resid-plot-m1.pdf │ ├── ordered-response-latent-variable.pdf │ └── qqplot-m1.pdf ├── post8000-lecture-ordinal-logistic-regression.Rmd └── post8000-lecture-ordinal-logistic-regression.pdf ├── random-assignment-experiments ├── post8000-lecture-random-assignment-experiments.Rmd └── post8000-lecture-random-assignment-experiments.pdf ├── rdd ├── figs │ └── rdd60-example.pdf ├── post8000-lecture-rdd.Rmd └── post8000-lecture-rdd.pdf ├── rmd-example ├── _cache │ ├── __packages │ ├── fig-effect-cognitive-racism-partisanship_bdabba399668fafb2444222cc7bebd96.RData │ ├── fig-effect-cognitive-racism-partisanship_bdabba399668fafb2444222cc7bebd96.rdb │ ├── fig-effect-cognitive-racism-partisanship_bdabba399668fafb2444222cc7bebd96.rdx │ ├── regression-table_f5719040eab8b66b56ed80b85e5703af.RData │ ├── regression-table_f5719040eab8b66b56ed80b85e5703af.rdb │ ├── regression-table_f5719040eab8b66b56ed80b85e5703af.rdx │ ├── source_3c917aac5a14ec7ad4ee5e31f1ea144f.RData │ ├── source_3c917aac5a14ec7ad4ee5e31f1ea144f.rdb │ ├── source_3c917aac5a14ec7ad4ee5e31f1ea144f.rdx │ ├── unnamed-chunk-1_7ff4862c25ac9b0164200f09c5521bce.RData │ ├── unnamed-chunk-1_7ff4862c25ac9b0164200f09c5521bce.rdb │ ├── unnamed-chunk-1_7ff4862c25ac9b0164200f09c5521bce.rdx │ ├── unnamed-chunk-2_2ffc1429cc47a6e1fc3714585e20b9b2.RData │ ├── unnamed-chunk-2_2ffc1429cc47a6e1fc3714585e20b9b2.rdb │ └── unnamed-chunk-2_2ffc1429cc47a6e1fc3714585e20b9b2.rdx ├── data │ ├── data.rds │ ├── models.rds │ ├── sims.rds │ └── tabs_figs.rds ├── ext │ ├── apsa.csl │ ├── refs.bib │ └── svm-rmarkdown-word.docx ├── figs │ └── fig-effect-cognitive-racism-partisanship.png ├── ms.Rmd ├── ms.docx ├── ms.pdf ├── post8000-rmd-example.Rproj └── src │ └── 1-everything.R ├── scientific-research ├── post8000-lecture-scientific-research.Rmd └── post8000-lecture-scientific-research.pdf ├── sitemap.xml └── syllabus ├── .gitignore └── post8000-spring2021-syllabus.pdf /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svmiller/post8000/HEAD/.gitignore -------------------------------------------------------------------------------- /CNAME: -------------------------------------------------------------------------------- 1 | post8000.svmiller.com 2 | -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svmiller/post8000/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svmiller/post8000/HEAD/README.md -------------------------------------------------------------------------------- /_config.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svmiller/post8000/HEAD/_config.yml -------------------------------------------------------------------------------- /_css/main.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svmiller/post8000/HEAD/_css/main.scss -------------------------------------------------------------------------------- /_data/labscripts.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svmiller/post8000/HEAD/_data/labscripts.yml -------------------------------------------------------------------------------- /_data/lectures.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svmiller/post8000/HEAD/_data/lectures.yml -------------------------------------------------------------------------------- /_data/menu.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svmiller/post8000/HEAD/_data/menu.yml -------------------------------------------------------------------------------- /_images/dsi-mm.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svmiller/post8000/HEAD/_images/dsi-mm.png -------------------------------------------------------------------------------- /_images/dsi.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svmiller/post8000/HEAD/_images/dsi.jpg -------------------------------------------------------------------------------- /_images/mm.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svmiller/post8000/HEAD/_images/mm.jpg -------------------------------------------------------------------------------- /_images/treatment-example.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svmiller/post8000/HEAD/_images/treatment-example.png -------------------------------------------------------------------------------- /_includes/embedpdf.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svmiller/post8000/HEAD/_includes/embedpdf.html -------------------------------------------------------------------------------- /_includes/footer.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svmiller/post8000/HEAD/_includes/footer.html -------------------------------------------------------------------------------- /_includes/head.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svmiller/post8000/HEAD/_includes/head.html -------------------------------------------------------------------------------- /_includes/header.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svmiller/post8000/HEAD/_includes/header.html -------------------------------------------------------------------------------- /_includes/image.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svmiller/post8000/HEAD/_includes/image.html -------------------------------------------------------------------------------- /_includes/nav.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svmiller/post8000/HEAD/_includes/nav.html -------------------------------------------------------------------------------- /_layouts/class.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svmiller/post8000/HEAD/_layouts/class.html -------------------------------------------------------------------------------- /_layouts/default.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svmiller/post8000/HEAD/_layouts/default.html -------------------------------------------------------------------------------- /_layouts/page.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svmiller/post8000/HEAD/_layouts/page.html -------------------------------------------------------------------------------- /_layouts/post.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svmiller/post8000/HEAD/_layouts/post.html -------------------------------------------------------------------------------- /_posts/2015-08-16-welcome-to-jekyll.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svmiller/post8000/HEAD/_posts/2015-08-16-welcome-to-jekyll.md -------------------------------------------------------------------------------- /_sass/_base.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svmiller/post8000/HEAD/_sass/_base.scss -------------------------------------------------------------------------------- /_sass/_fancy-image.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svmiller/post8000/HEAD/_sass/_fancy-image.scss -------------------------------------------------------------------------------- /_sass/_header.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svmiller/post8000/HEAD/_sass/_header.scss -------------------------------------------------------------------------------- /_sass/_layout.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svmiller/post8000/HEAD/_sass/_layout.scss -------------------------------------------------------------------------------- /_sass/_mobile-header.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svmiller/post8000/HEAD/_sass/_mobile-header.scss -------------------------------------------------------------------------------- /_sass/_syntax-highlighting.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svmiller/post8000/HEAD/_sass/_syntax-highlighting.scss -------------------------------------------------------------------------------- /bayesian-inference/flipping-coin.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svmiller/post8000/HEAD/bayesian-inference/flipping-coin.jpg -------------------------------------------------------------------------------- /bayesian-inference/kruschke-book-cover-crop.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svmiller/post8000/HEAD/bayesian-inference/kruschke-book-cover-crop.png -------------------------------------------------------------------------------- /bayesian-inference/post8000-lecture-bayesian-inference.Rmd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svmiller/post8000/HEAD/bayesian-inference/post8000-lecture-bayesian-inference.Rmd -------------------------------------------------------------------------------- /bayesian-inference/post8000-lecture-bayesian-inference.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svmiller/post8000/HEAD/bayesian-inference/post8000-lecture-bayesian-inference.pdf -------------------------------------------------------------------------------- /bayesian-inference/scrubs_kim_pregnant.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svmiller/post8000/HEAD/bayesian-inference/scrubs_kim_pregnant.jpg -------------------------------------------------------------------------------- /bayesian-inference/teddy-roosevelt.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svmiller/post8000/HEAD/bayesian-inference/teddy-roosevelt.jpg -------------------------------------------------------------------------------- /blog.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svmiller/post8000/HEAD/blog.md -------------------------------------------------------------------------------- /causality/post8000-lecture-causality.Rmd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svmiller/post8000/HEAD/causality/post8000-lecture-causality.Rmd -------------------------------------------------------------------------------- /causality/post8000-lecture-causality.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svmiller/post8000/HEAD/causality/post8000-lecture-causality.pdf -------------------------------------------------------------------------------- /causality/red-pill-blue-pill.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svmiller/post8000/HEAD/causality/red-pill-blue-pill.jpg -------------------------------------------------------------------------------- /course-materials.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svmiller/post8000/HEAD/course-materials.md -------------------------------------------------------------------------------- /descriptive-inference-lab/figs/gss-mean-median-rgdp-year.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svmiller/post8000/HEAD/descriptive-inference-lab/figs/gss-mean-median-rgdp-year.pdf -------------------------------------------------------------------------------- /descriptive-inference-lab/figs/gss-mean-rgdp-year.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svmiller/post8000/HEAD/descriptive-inference-lab/figs/gss-mean-rgdp-year.pdf -------------------------------------------------------------------------------- /descriptive-inference-lab/figs/gss-median-education-spending.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svmiller/post8000/HEAD/descriptive-inference-lab/figs/gss-median-education-spending.pdf -------------------------------------------------------------------------------- /descriptive-inference-lab/figs/gss-mode-race.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svmiller/post8000/HEAD/descriptive-inference-lab/figs/gss-mode-race.pdf -------------------------------------------------------------------------------- /descriptive-inference-lab/figs/gss-rgdp-density-plot-2017.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svmiller/post8000/HEAD/descriptive-inference-lab/figs/gss-rgdp-density-plot-2017.pdf -------------------------------------------------------------------------------- /descriptive-inference-lab/figs/usa-wvs-justifbribe.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svmiller/post8000/HEAD/descriptive-inference-lab/figs/usa-wvs-justifbribe.pdf -------------------------------------------------------------------------------- /descriptive-inference-lab/post8000-lecture-descriptive-inference-lab.Rmd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svmiller/post8000/HEAD/descriptive-inference-lab/post8000-lecture-descriptive-inference-lab.Rmd -------------------------------------------------------------------------------- /descriptive-inference-lab/post8000-lecture-descriptive-inference-lab.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svmiller/post8000/HEAD/descriptive-inference-lab/post8000-lecture-descriptive-inference-lab.pdf -------------------------------------------------------------------------------- /descriptive-inference/post8000-lecture-descriptive-inference.Rmd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svmiller/post8000/HEAD/descriptive-inference/post8000-lecture-descriptive-inference.Rmd -------------------------------------------------------------------------------- /descriptive-inference/post8000-lecture-descriptive-inference.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svmiller/post8000/HEAD/descriptive-inference/post8000-lecture-descriptive-inference.pdf -------------------------------------------------------------------------------- /ethics-replication/2019-09-05-register.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svmiller/post8000/HEAD/ethics-replication/2019-09-05-register.png -------------------------------------------------------------------------------- /ethics-replication/2019-10-24-nature-racial-bias.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svmiller/post8000/HEAD/ethics-replication/2019-10-24-nature-racial-bias.png -------------------------------------------------------------------------------- /ethics-replication/blue-feed-red-feed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svmiller/post8000/HEAD/ethics-replication/blue-feed-red-feed.png -------------------------------------------------------------------------------- /ethics-replication/bowers-voors.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svmiller/post8000/HEAD/ethics-replication/bowers-voors.png -------------------------------------------------------------------------------- /ethics-replication/c-word.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svmiller/post8000/HEAD/ethics-replication/c-word.png -------------------------------------------------------------------------------- /ethics-replication/jared-lacrosse.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svmiller/post8000/HEAD/ethics-replication/jared-lacrosse.png -------------------------------------------------------------------------------- /ethics-replication/poe-tweets-2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svmiller/post8000/HEAD/ethics-replication/poe-tweets-2.png -------------------------------------------------------------------------------- /ethics-replication/poe-tweets.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svmiller/post8000/HEAD/ethics-replication/poe-tweets.png -------------------------------------------------------------------------------- /ethics-replication/post8000-lecture-ethics-replication.Rmd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svmiller/post8000/HEAD/ethics-replication/post8000-lecture-ethics-replication.Rmd -------------------------------------------------------------------------------- /ethics-replication/post8000-lecture-ethics-replication.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svmiller/post8000/HEAD/ethics-replication/post8000-lecture-ethics-replication.pdf -------------------------------------------------------------------------------- /ethics-replication/subdirs.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svmiller/post8000/HEAD/ethics-replication/subdirs.png -------------------------------------------------------------------------------- /feed.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svmiller/post8000/HEAD/feed.xml -------------------------------------------------------------------------------- /index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svmiller/post8000/HEAD/index.html -------------------------------------------------------------------------------- /instrumental-variables/cunningham-quote.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svmiller/post8000/HEAD/instrumental-variables/cunningham-quote.png -------------------------------------------------------------------------------- /instrumental-variables/cunningham-tweet.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svmiller/post8000/HEAD/instrumental-variables/cunningham-tweet.png -------------------------------------------------------------------------------- /instrumental-variables/drake-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svmiller/post8000/HEAD/instrumental-variables/drake-1.png -------------------------------------------------------------------------------- /instrumental-variables/drake-2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svmiller/post8000/HEAD/instrumental-variables/drake-2.png -------------------------------------------------------------------------------- /instrumental-variables/heiss-abhw-tweet.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svmiller/post8000/HEAD/instrumental-variables/heiss-abhw-tweet.png -------------------------------------------------------------------------------- /instrumental-variables/post8000-lecture-instrumental-variables.Rmd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svmiller/post8000/HEAD/instrumental-variables/post8000-lecture-instrumental-variables.Rmd -------------------------------------------------------------------------------- /instrumental-variables/post8000-lecture-instrumental-variables.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svmiller/post8000/HEAD/instrumental-variables/post8000-lecture-instrumental-variables.pdf -------------------------------------------------------------------------------- /instrumental-variables/rain-rain-go-away.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svmiller/post8000/HEAD/instrumental-variables/rain-rain-go-away.png -------------------------------------------------------------------------------- /instrumental-variables/weather-violations.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svmiller/post8000/HEAD/instrumental-variables/weather-violations.png -------------------------------------------------------------------------------- /intro-r-rstudio/post8000-lecture-intro-r-rstudio.Rmd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svmiller/post8000/HEAD/intro-r-rstudio/post8000-lecture-intro-r-rstudio.Rmd -------------------------------------------------------------------------------- /intro-r-rstudio/post8000-lecture-intro-r-rstudio.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svmiller/post8000/HEAD/intro-r-rstudio/post8000-lecture-intro-r-rstudio.pdf -------------------------------------------------------------------------------- /intro-r-rstudio/rstudio-global-options.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svmiller/post8000/HEAD/intro-r-rstudio/rstudio-global-options.png -------------------------------------------------------------------------------- /lab-scripts.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svmiller/post8000/HEAD/lab-scripts.md -------------------------------------------------------------------------------- /lab-scripts/af_crime93.rds: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svmiller/post8000/HEAD/lab-scripts/af_crime93.rds -------------------------------------------------------------------------------- /lab-scripts/association-lab.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svmiller/post8000/HEAD/lab-scripts/association-lab.R -------------------------------------------------------------------------------- /lab-scripts/association-lab.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svmiller/post8000/HEAD/lab-scripts/association-lab.html -------------------------------------------------------------------------------- /lab-scripts/bayes-lab.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svmiller/post8000/HEAD/lab-scripts/bayes-lab.R -------------------------------------------------------------------------------- /lab-scripts/bayes-lab.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svmiller/post8000/HEAD/lab-scripts/bayes-lab.html -------------------------------------------------------------------------------- /lab-scripts/descriptive-inference.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svmiller/post8000/HEAD/lab-scripts/descriptive-inference.R -------------------------------------------------------------------------------- /lab-scripts/descriptive-inference.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svmiller/post8000/HEAD/lab-scripts/descriptive-inference.html -------------------------------------------------------------------------------- /lab-scripts/instrumental-variables-lab.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svmiller/post8000/HEAD/lab-scripts/instrumental-variables-lab.R -------------------------------------------------------------------------------- /lab-scripts/instrumental-variables-lab.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svmiller/post8000/HEAD/lab-scripts/instrumental-variables-lab.html -------------------------------------------------------------------------------- /lab-scripts/intro-r-rstudio.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svmiller/post8000/HEAD/lab-scripts/intro-r-rstudio.R -------------------------------------------------------------------------------- /lab-scripts/intro-r-rstudio.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svmiller/post8000/HEAD/lab-scripts/intro-r-rstudio.html -------------------------------------------------------------------------------- /lab-scripts/lab-script.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svmiller/post8000/HEAD/lab-scripts/lab-script.css -------------------------------------------------------------------------------- /lab-scripts/logistic-regression-lab.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svmiller/post8000/HEAD/lab-scripts/logistic-regression-lab.R -------------------------------------------------------------------------------- /lab-scripts/logistic-regression-lab.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svmiller/post8000/HEAD/lab-scripts/logistic-regression-lab.html -------------------------------------------------------------------------------- /lab-scripts/measurement-error-lab.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svmiller/post8000/HEAD/lab-scripts/measurement-error-lab.R -------------------------------------------------------------------------------- /lab-scripts/measurement-error-lab.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svmiller/post8000/HEAD/lab-scripts/measurement-error-lab.html -------------------------------------------------------------------------------- /lab-scripts/mmr-lab.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svmiller/post8000/HEAD/lab-scripts/mmr-lab.R -------------------------------------------------------------------------------- /lab-scripts/mmr-lab.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svmiller/post8000/HEAD/lab-scripts/mmr-lab.html -------------------------------------------------------------------------------- /lab-scripts/ols-diagnostics-lab.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svmiller/post8000/HEAD/lab-scripts/ols-diagnostics-lab.R -------------------------------------------------------------------------------- /lab-scripts/ols-diagnostics-lab.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svmiller/post8000/HEAD/lab-scripts/ols-diagnostics-lab.html -------------------------------------------------------------------------------- /lab-scripts/ols-lab.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svmiller/post8000/HEAD/lab-scripts/ols-lab.R -------------------------------------------------------------------------------- /lab-scripts/ols-lab.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svmiller/post8000/HEAD/lab-scripts/ols-lab.html -------------------------------------------------------------------------------- /lab-scripts/ordinal-logistic-regression-lab.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svmiller/post8000/HEAD/lab-scripts/ordinal-logistic-regression-lab.R -------------------------------------------------------------------------------- /lab-scripts/ordinal-logistic-regression-lab.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svmiller/post8000/HEAD/lab-scripts/ordinal-logistic-regression-lab.html -------------------------------------------------------------------------------- /lab-scripts/random-assignment-experiments-lab.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svmiller/post8000/HEAD/lab-scripts/random-assignment-experiments-lab.R -------------------------------------------------------------------------------- /lab-scripts/random-assignment-experiments-lab.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svmiller/post8000/HEAD/lab-scripts/random-assignment-experiments-lab.html -------------------------------------------------------------------------------- /lab-scripts/rdd-lab.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svmiller/post8000/HEAD/lab-scripts/rdd-lab.R -------------------------------------------------------------------------------- /lectures.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svmiller/post8000/HEAD/lectures.md -------------------------------------------------------------------------------- /logistic-regression/figs/fitted-resid-plot-m1.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svmiller/post8000/HEAD/logistic-regression/figs/fitted-resid-plot-m1.pdf -------------------------------------------------------------------------------- /logistic-regression/figs/glm-lm-times-plot.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svmiller/post8000/HEAD/logistic-regression/figs/glm-lm-times-plot.pdf -------------------------------------------------------------------------------- /logistic-regression/figs/qqplot-m1.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svmiller/post8000/HEAD/logistic-regression/figs/qqplot-m1.pdf -------------------------------------------------------------------------------- /logistic-regression/post8000-lecture-logistic-regression.Rmd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svmiller/post8000/HEAD/logistic-regression/post8000-lecture-logistic-regression.Rmd -------------------------------------------------------------------------------- /logistic-regression/post8000-lecture-logistic-regression.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svmiller/post8000/HEAD/logistic-regression/post8000-lecture-logistic-regression.pdf -------------------------------------------------------------------------------- /logistic-regression/run-times.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svmiller/post8000/HEAD/logistic-regression/run-times.R -------------------------------------------------------------------------------- /logistic-regression/run-times.rds: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svmiller/post8000/HEAD/logistic-regression/run-times.rds -------------------------------------------------------------------------------- /making-most-regression/figs/sim-plot-intersections.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svmiller/post8000/HEAD/making-most-regression/figs/sim-plot-intersections.pdf -------------------------------------------------------------------------------- /making-most-regression/post8000-lecture-making-most-regression.Rmd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svmiller/post8000/HEAD/making-most-regression/post8000-lecture-making-most-regression.Rmd -------------------------------------------------------------------------------- /making-most-regression/post8000-lecture-making-most-regression.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svmiller/post8000/HEAD/making-most-regression/post8000-lecture-making-most-regression.pdf -------------------------------------------------------------------------------- /measurement-error/post8000-lecture-measurement-error.Rmd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svmiller/post8000/HEAD/measurement-error/post8000-lecture-measurement-error.Rmd -------------------------------------------------------------------------------- /measurement-error/post8000-lecture-measurement-error.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svmiller/post8000/HEAD/measurement-error/post8000-lecture-measurement-error.pdf -------------------------------------------------------------------------------- /ols/post8000-lecture-ols.Rmd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svmiller/post8000/HEAD/ols/post8000-lecture-ols.Rmd -------------------------------------------------------------------------------- /ols/post8000-lecture-ols.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svmiller/post8000/HEAD/ols/post8000-lecture-ols.pdf -------------------------------------------------------------------------------- /ordinal-logistic-regression/figs/fitted-resid-plot-m1.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svmiller/post8000/HEAD/ordinal-logistic-regression/figs/fitted-resid-plot-m1.pdf -------------------------------------------------------------------------------- /ordinal-logistic-regression/figs/ordered-response-latent-variable.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svmiller/post8000/HEAD/ordinal-logistic-regression/figs/ordered-response-latent-variable.pdf -------------------------------------------------------------------------------- /ordinal-logistic-regression/figs/qqplot-m1.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svmiller/post8000/HEAD/ordinal-logistic-regression/figs/qqplot-m1.pdf -------------------------------------------------------------------------------- /ordinal-logistic-regression/post8000-lecture-ordinal-logistic-regression.Rmd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svmiller/post8000/HEAD/ordinal-logistic-regression/post8000-lecture-ordinal-logistic-regression.Rmd -------------------------------------------------------------------------------- /ordinal-logistic-regression/post8000-lecture-ordinal-logistic-regression.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svmiller/post8000/HEAD/ordinal-logistic-regression/post8000-lecture-ordinal-logistic-regression.pdf -------------------------------------------------------------------------------- /random-assignment-experiments/post8000-lecture-random-assignment-experiments.Rmd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svmiller/post8000/HEAD/random-assignment-experiments/post8000-lecture-random-assignment-experiments.Rmd -------------------------------------------------------------------------------- /random-assignment-experiments/post8000-lecture-random-assignment-experiments.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svmiller/post8000/HEAD/random-assignment-experiments/post8000-lecture-random-assignment-experiments.pdf -------------------------------------------------------------------------------- /rdd/figs/rdd60-example.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svmiller/post8000/HEAD/rdd/figs/rdd60-example.pdf -------------------------------------------------------------------------------- /rdd/post8000-lecture-rdd.Rmd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svmiller/post8000/HEAD/rdd/post8000-lecture-rdd.Rmd -------------------------------------------------------------------------------- /rdd/post8000-lecture-rdd.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svmiller/post8000/HEAD/rdd/post8000-lecture-rdd.pdf -------------------------------------------------------------------------------- /rmd-example/_cache/__packages: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svmiller/post8000/HEAD/rmd-example/_cache/__packages -------------------------------------------------------------------------------- /rmd-example/_cache/fig-effect-cognitive-racism-partisanship_bdabba399668fafb2444222cc7bebd96.RData: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svmiller/post8000/HEAD/rmd-example/_cache/fig-effect-cognitive-racism-partisanship_bdabba399668fafb2444222cc7bebd96.RData -------------------------------------------------------------------------------- /rmd-example/_cache/fig-effect-cognitive-racism-partisanship_bdabba399668fafb2444222cc7bebd96.rdb: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /rmd-example/_cache/fig-effect-cognitive-racism-partisanship_bdabba399668fafb2444222cc7bebd96.rdx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svmiller/post8000/HEAD/rmd-example/_cache/fig-effect-cognitive-racism-partisanship_bdabba399668fafb2444222cc7bebd96.rdx -------------------------------------------------------------------------------- /rmd-example/_cache/regression-table_f5719040eab8b66b56ed80b85e5703af.RData: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svmiller/post8000/HEAD/rmd-example/_cache/regression-table_f5719040eab8b66b56ed80b85e5703af.RData -------------------------------------------------------------------------------- /rmd-example/_cache/regression-table_f5719040eab8b66b56ed80b85e5703af.rdb: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /rmd-example/_cache/regression-table_f5719040eab8b66b56ed80b85e5703af.rdx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svmiller/post8000/HEAD/rmd-example/_cache/regression-table_f5719040eab8b66b56ed80b85e5703af.rdx -------------------------------------------------------------------------------- /rmd-example/_cache/source_3c917aac5a14ec7ad4ee5e31f1ea144f.RData: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svmiller/post8000/HEAD/rmd-example/_cache/source_3c917aac5a14ec7ad4ee5e31f1ea144f.RData -------------------------------------------------------------------------------- /rmd-example/_cache/source_3c917aac5a14ec7ad4ee5e31f1ea144f.rdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svmiller/post8000/HEAD/rmd-example/_cache/source_3c917aac5a14ec7ad4ee5e31f1ea144f.rdb -------------------------------------------------------------------------------- /rmd-example/_cache/source_3c917aac5a14ec7ad4ee5e31f1ea144f.rdx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svmiller/post8000/HEAD/rmd-example/_cache/source_3c917aac5a14ec7ad4ee5e31f1ea144f.rdx -------------------------------------------------------------------------------- /rmd-example/_cache/unnamed-chunk-1_7ff4862c25ac9b0164200f09c5521bce.RData: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svmiller/post8000/HEAD/rmd-example/_cache/unnamed-chunk-1_7ff4862c25ac9b0164200f09c5521bce.RData -------------------------------------------------------------------------------- /rmd-example/_cache/unnamed-chunk-1_7ff4862c25ac9b0164200f09c5521bce.rdb: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /rmd-example/_cache/unnamed-chunk-1_7ff4862c25ac9b0164200f09c5521bce.rdx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svmiller/post8000/HEAD/rmd-example/_cache/unnamed-chunk-1_7ff4862c25ac9b0164200f09c5521bce.rdx -------------------------------------------------------------------------------- /rmd-example/_cache/unnamed-chunk-2_2ffc1429cc47a6e1fc3714585e20b9b2.RData: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svmiller/post8000/HEAD/rmd-example/_cache/unnamed-chunk-2_2ffc1429cc47a6e1fc3714585e20b9b2.RData -------------------------------------------------------------------------------- /rmd-example/_cache/unnamed-chunk-2_2ffc1429cc47a6e1fc3714585e20b9b2.rdb: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /rmd-example/_cache/unnamed-chunk-2_2ffc1429cc47a6e1fc3714585e20b9b2.rdx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svmiller/post8000/HEAD/rmd-example/_cache/unnamed-chunk-2_2ffc1429cc47a6e1fc3714585e20b9b2.rdx -------------------------------------------------------------------------------- /rmd-example/data/data.rds: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svmiller/post8000/HEAD/rmd-example/data/data.rds -------------------------------------------------------------------------------- /rmd-example/data/models.rds: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svmiller/post8000/HEAD/rmd-example/data/models.rds -------------------------------------------------------------------------------- /rmd-example/data/sims.rds: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svmiller/post8000/HEAD/rmd-example/data/sims.rds -------------------------------------------------------------------------------- /rmd-example/data/tabs_figs.rds: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svmiller/post8000/HEAD/rmd-example/data/tabs_figs.rds -------------------------------------------------------------------------------- /rmd-example/ext/apsa.csl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svmiller/post8000/HEAD/rmd-example/ext/apsa.csl -------------------------------------------------------------------------------- /rmd-example/ext/refs.bib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svmiller/post8000/HEAD/rmd-example/ext/refs.bib -------------------------------------------------------------------------------- /rmd-example/ext/svm-rmarkdown-word.docx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svmiller/post8000/HEAD/rmd-example/ext/svm-rmarkdown-word.docx -------------------------------------------------------------------------------- /rmd-example/figs/fig-effect-cognitive-racism-partisanship.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svmiller/post8000/HEAD/rmd-example/figs/fig-effect-cognitive-racism-partisanship.png -------------------------------------------------------------------------------- /rmd-example/ms.Rmd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svmiller/post8000/HEAD/rmd-example/ms.Rmd -------------------------------------------------------------------------------- /rmd-example/ms.docx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svmiller/post8000/HEAD/rmd-example/ms.docx -------------------------------------------------------------------------------- /rmd-example/ms.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svmiller/post8000/HEAD/rmd-example/ms.pdf -------------------------------------------------------------------------------- /rmd-example/post8000-rmd-example.Rproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svmiller/post8000/HEAD/rmd-example/post8000-rmd-example.Rproj -------------------------------------------------------------------------------- /rmd-example/src/1-everything.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svmiller/post8000/HEAD/rmd-example/src/1-everything.R -------------------------------------------------------------------------------- /scientific-research/post8000-lecture-scientific-research.Rmd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svmiller/post8000/HEAD/scientific-research/post8000-lecture-scientific-research.Rmd -------------------------------------------------------------------------------- /scientific-research/post8000-lecture-scientific-research.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svmiller/post8000/HEAD/scientific-research/post8000-lecture-scientific-research.pdf -------------------------------------------------------------------------------- /sitemap.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svmiller/post8000/HEAD/sitemap.xml -------------------------------------------------------------------------------- /syllabus/.gitignore: -------------------------------------------------------------------------------- 1 | *.Rmd 2 | figs 3 | old 4 | *.tex 5 | -------------------------------------------------------------------------------- /syllabus/post8000-spring2021-syllabus.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svmiller/post8000/HEAD/syllabus/post8000-spring2021-syllabus.pdf --------------------------------------------------------------------------------