├── Dropbox └── git │ └── matloff │ └── polyreg │ └── get_poly.R ├── INSTALL.R ├── INSTALL.md ├── automating ├── Survey Analysis August 2016.pdf ├── Survey Analysis January 2016.pdf ├── Survey Analysis March 2016.pdf ├── Survey Analysis October 2016.pdf ├── Xtabs.R ├── images │ ├── config.png │ ├── ggPresApproval-1.png │ ├── intext.png │ ├── kickin.png │ ├── mohanty_rviews.png │ ├── newheader.png │ ├── newreadingdata.png │ ├── pewlogo.png │ └── preview.png ├── mohanty_automation_guide.Rmd ├── mohanty_automation_guide.docx ├── mohanty_automation_guide.md ├── mohanty_automation_guide.pdf ├── mohanty_parameterizing_slides.Rmd ├── mohanty_parameterizing_slides.html ├── mohanty_parameterizing_slides.md ├── mohanty_survey_guide_files │ └── figure-html │ │ └── unnamed-chunk-5-1.png ├── pew_report_generator.R ├── pewpoliticaltemplate.Rmd ├── pewpoliticaltemplate.nb.html └── session.Rdata ├── good_judgement_xkcd_style.Rmd ├── good_judgement_xkcd_style.md └── good_judgement_xkcd_style_files └── figure-markdown_github-ascii_identifiers ├── unnamed-chunk-4-1.png └── unnamed-chunk-5-1.png /Dropbox/git/matloff/polyreg/get_poly.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rdrr1990/datascience101/HEAD/Dropbox/git/matloff/polyreg/get_poly.R -------------------------------------------------------------------------------- /INSTALL.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rdrr1990/datascience101/HEAD/INSTALL.R -------------------------------------------------------------------------------- /INSTALL.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rdrr1990/datascience101/HEAD/INSTALL.md -------------------------------------------------------------------------------- /automating/Survey Analysis August 2016.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rdrr1990/datascience101/HEAD/automating/Survey Analysis August 2016.pdf -------------------------------------------------------------------------------- /automating/Survey Analysis January 2016.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rdrr1990/datascience101/HEAD/automating/Survey Analysis January 2016.pdf -------------------------------------------------------------------------------- /automating/Survey Analysis March 2016.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rdrr1990/datascience101/HEAD/automating/Survey Analysis March 2016.pdf -------------------------------------------------------------------------------- /automating/Survey Analysis October 2016.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rdrr1990/datascience101/HEAD/automating/Survey Analysis October 2016.pdf -------------------------------------------------------------------------------- /automating/Xtabs.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rdrr1990/datascience101/HEAD/automating/Xtabs.R -------------------------------------------------------------------------------- /automating/images/config.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rdrr1990/datascience101/HEAD/automating/images/config.png -------------------------------------------------------------------------------- /automating/images/ggPresApproval-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rdrr1990/datascience101/HEAD/automating/images/ggPresApproval-1.png -------------------------------------------------------------------------------- /automating/images/intext.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rdrr1990/datascience101/HEAD/automating/images/intext.png -------------------------------------------------------------------------------- /automating/images/kickin.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rdrr1990/datascience101/HEAD/automating/images/kickin.png -------------------------------------------------------------------------------- /automating/images/mohanty_rviews.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rdrr1990/datascience101/HEAD/automating/images/mohanty_rviews.png -------------------------------------------------------------------------------- /automating/images/newheader.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rdrr1990/datascience101/HEAD/automating/images/newheader.png -------------------------------------------------------------------------------- /automating/images/newreadingdata.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rdrr1990/datascience101/HEAD/automating/images/newreadingdata.png -------------------------------------------------------------------------------- /automating/images/pewlogo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rdrr1990/datascience101/HEAD/automating/images/pewlogo.png -------------------------------------------------------------------------------- /automating/images/preview.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rdrr1990/datascience101/HEAD/automating/images/preview.png -------------------------------------------------------------------------------- /automating/mohanty_automation_guide.Rmd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rdrr1990/datascience101/HEAD/automating/mohanty_automation_guide.Rmd -------------------------------------------------------------------------------- /automating/mohanty_automation_guide.docx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rdrr1990/datascience101/HEAD/automating/mohanty_automation_guide.docx -------------------------------------------------------------------------------- /automating/mohanty_automation_guide.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rdrr1990/datascience101/HEAD/automating/mohanty_automation_guide.md -------------------------------------------------------------------------------- /automating/mohanty_automation_guide.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rdrr1990/datascience101/HEAD/automating/mohanty_automation_guide.pdf -------------------------------------------------------------------------------- /automating/mohanty_parameterizing_slides.Rmd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rdrr1990/datascience101/HEAD/automating/mohanty_parameterizing_slides.Rmd -------------------------------------------------------------------------------- /automating/mohanty_parameterizing_slides.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rdrr1990/datascience101/HEAD/automating/mohanty_parameterizing_slides.html -------------------------------------------------------------------------------- /automating/mohanty_parameterizing_slides.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rdrr1990/datascience101/HEAD/automating/mohanty_parameterizing_slides.md -------------------------------------------------------------------------------- /automating/mohanty_survey_guide_files/figure-html/unnamed-chunk-5-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rdrr1990/datascience101/HEAD/automating/mohanty_survey_guide_files/figure-html/unnamed-chunk-5-1.png -------------------------------------------------------------------------------- /automating/pew_report_generator.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rdrr1990/datascience101/HEAD/automating/pew_report_generator.R -------------------------------------------------------------------------------- /automating/pewpoliticaltemplate.Rmd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rdrr1990/datascience101/HEAD/automating/pewpoliticaltemplate.Rmd -------------------------------------------------------------------------------- /automating/pewpoliticaltemplate.nb.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rdrr1990/datascience101/HEAD/automating/pewpoliticaltemplate.nb.html -------------------------------------------------------------------------------- /automating/session.Rdata: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rdrr1990/datascience101/HEAD/automating/session.Rdata -------------------------------------------------------------------------------- /good_judgement_xkcd_style.Rmd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rdrr1990/datascience101/HEAD/good_judgement_xkcd_style.Rmd -------------------------------------------------------------------------------- /good_judgement_xkcd_style.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rdrr1990/datascience101/HEAD/good_judgement_xkcd_style.md -------------------------------------------------------------------------------- /good_judgement_xkcd_style_files/figure-markdown_github-ascii_identifiers/unnamed-chunk-4-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rdrr1990/datascience101/HEAD/good_judgement_xkcd_style_files/figure-markdown_github-ascii_identifiers/unnamed-chunk-4-1.png -------------------------------------------------------------------------------- /good_judgement_xkcd_style_files/figure-markdown_github-ascii_identifiers/unnamed-chunk-5-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rdrr1990/datascience101/HEAD/good_judgement_xkcd_style_files/figure-markdown_github-ascii_identifiers/unnamed-chunk-5-1.png --------------------------------------------------------------------------------