Last updated: 2020-12-29

Checks: 1 1

Knit directory: R-Guide/

This reproducible R Markdown analysis was created with workflowr (version 1.6.2). The Checks tab describes the reproducibility checks that were applied when the results were created. The Past versions tab lists the development history.


The R Markdown file has unstaged changes. To know which version of the R Markdown file created these results, you’ll want to first commit it to the Git repo. If you’re still working on the analysis, you can ignore this warning. When you’re finished, you can run wflow_publish to commit the R Markdown file and build the HTML.

Great! You are using Git for version control. Tracking code development and connecting the code version to the results is critical for reproducibility.

The results in this page were generated with repository version 22b5f50. See the Past versions tab to see a history of the changes made to the R Markdown and HTML files.

Note that you need to be careful to ensure that all relevant files for the analysis have been committed to Git prior to generating the results (you can use wflow_publish or wflow_git_commit). workflowr only checks the R Markdown file, but you know if there are other scripts or data files that it depends on. Below is the status of the Git repository when the results were generated:


Ignored files:
    Ignored:    .RData
    Ignored:    .Rhistory
    Ignored:    .Rproj.user/

Unstaged changes:
    Modified:   analysis/index.Rmd

Note that any generated files, e.g. HTML, png, CSS, etc., are not included in this status report because it is ok for generated content to have uncommitted changes.


These are the previous versions of the repository in which changes were made to the R Markdown (analysis/index.Rmd) and HTML (docs/index.html) files. If you’ve configured a remote Git repository (see ?wflow_git_remote), click on the hyperlinks in the table below to view the files as they were in that past version.

File Version Author Date Message
Rmd b07f4c3 KaranSShakya 2020-12-27 econometrics problems page + data
html b07f4c3 KaranSShakya 2020-12-27 econometrics problems page + data
html e02be09 KaranSShakya 2020-12-25 index link ordering
Rmd 924d00b KaranSShakya 2020-12-24 Overall formatting + new sections
html 924d00b KaranSShakya 2020-12-24 Overall formatting + new sections
Rmd c613064 KaranSShakya 2020-12-23 confidence interval
html c613064 KaranSShakya 2020-12-23 confidence interval
Rmd e36211d KaranSShakya 2020-12-23 correlation changes + added correlation for multiple
html e36211d KaranSShakya 2020-12-23 correlation changes + added correlation for multiple
Rmd 9e05f60 KaranSShakya 2020-12-22 better dataset and organizations
html 9e05f60 KaranSShakya 2020-12-22 better dataset and organizations
Rmd 9a80c9d KaranSShakya 2020-12-22 minor changes to toc order
html 9a80c9d KaranSShakya 2020-12-22 minor changes to toc order
Rmd 2f9473e KaranSShakya 2020-12-22 lagged regression
html 2f9473e KaranSShakya 2020-12-22 lagged regression
Rmd efcd284 KaranSShakya 2020-12-22 minor edits to toc
html efcd284 KaranSShakya 2020-12-22 minor edits to toc
Rmd 257addc KaranSShakya 2020-12-22 linear reg assumptions
html 257addc KaranSShakya 2020-12-22 linear reg assumptions
Rmd 7a501fa KaranSShakya 2020-12-22 TOC re-edited + correlation one var.
html 7a501fa KaranSShakya 2020-12-22 TOC re-edited + correlation one var.
Rmd a494ed3 KaranSShakya 2020-12-21 TOC FINAL FIX
html a494ed3 KaranSShakya 2020-12-21 TOC FINAL FIX
Rmd 2eaade1 KaranSShakya 2020-12-21 toc test againa
html 2eaade1 KaranSShakya 2020-12-21 toc test againa
Rmd 3a2205e KaranSShakya 2020-12-21 toc fix attempt?
html 3a2205e KaranSShakya 2020-12-21 toc fix attempt?
Rmd 261ae64 KaranSShakya 2020-12-21 toc fix with new format
html 261ae64 KaranSShakya 2020-12-21 toc fix with new format
Rmd 81c56de KaranSShakya 2020-12-21 toc changes final maybe
html 81c56de KaranSShakya 2020-12-21 toc changes final maybe
Rmd b501120 KaranSShakya 2020-12-21 toc collapse change
html b501120 KaranSShakya 2020-12-21 toc collapse change
Rmd c9f84cd KaranSShakya 2020-12-21 toc fix html
html c9f84cd KaranSShakya 2020-12-21 toc fix html
Rmd df6b3c2 KaranSShakya 2020-12-21 toc fixing test
html df6b3c2 KaranSShakya 2020-12-21 toc fixing test
Rmd 7499ecb KaranSShakya 2020-12-21 toc fix depth 2
html 7499ecb KaranSShakya 2020-12-21 toc fix depth 2
Rmd 859395e KaranSShakya 2020-12-21 toc fix
html 859395e KaranSShakya 2020-12-21 toc fix
Rmd 63011cb KaranSShakya 2020-12-21 First commits
html 63011cb KaranSShakya 2020-12-21 First commits
Rmd c9dd7d1 KaranSShakya 2020-12-21 Start workflowr project.

R - Guide: Website Overview

  1. Dataset Manipulation
  2. Data Visualization
  3. Applied Econometrics
  4. Latex in R
  5. GIT

Econometrics Assignments

Codes used to complete assignments.

  1. Econ 8731 - Homework 3