Skip to content

Latest commit

 

History

History
35 lines (23 loc) · 1.37 KB

File metadata and controls

35 lines (23 loc) · 1.37 KB

Summer-Coding

A repository for the CN Lab Summer REU Students!

Folder Breakdown

Data-viz-basics

  • figs/data-viz: All figures produced when you run the Data-Viz.Rmd file locally.
  • Data-Viz.Rmd: R Markdown file you can use to run all analyses etc. locally.
  • Data-Viz.html: Compiled HTML produced.

correlation

  • figs: All figures produced when you run the correlation-markdown.Rmd file locally.
  • correlation-markdown.Rmd: R Markdown file you can use to run all analyses etc. locally.

t-test

  • figs/t-test: All figures produced when you run the T-test-markdown.Rmd file locally.
  • T-test-markdown.Rmd: R Markdown file you can use to run all analyses etc. locally.
  • T-test-markdown.html: Compiled HTML produced.

Regression

  • figs: All figures produced when you run the Regression-tutorial.Rmd file locally.
  • Regression-tutorial.Rmd: R Markdown file you can use to run all analyses etc. locally.
  • Regression-tutorial.html: Compiled HTML produced.

data

Folder containing the following datasets:

  • Atlantic_Cleaned_all_vars.csv: CSV of 40k+ analyzed Atlantic articles using spaCy, LIWC, and NLTK.
  • Big_CEO.csv: CSV of LIWC output for 70K+ CEO quarterly earnings calls from 2006-2021.
  • Inaug_ALL_VARS.csv: CSV of analyzed Inaugural addresses using spaCy, LIWC, and NLTK.