An open API service indexing awesome lists of open source software.

https://github.com/justinmshea/stack-overflow

Common and not-so-common questions I've answered on stackoverflow.
https://github.com/justinmshea/stack-overflow

econometrics r time-series

Last synced: 11 months ago
JSON representation

Common and not-so-common questions I've answered on stackoverflow.

Awesome Lists containing this project

README

          

## [Justin's Stack Overflows](https://stackoverflow.com/users/5741981/justin)

[![](https://github.com/JustinMShea/stack-overflow/blob/master/graphics/stackoverflow_icon.png)](https://stackoverflow.com/users/5741981/justin)

A collection of common and not-so-common questions I've answered on stackoverflow. I'm saving some of them here in various formats, so I can quickly point others to the links or easily share the answers elsewhere.

Each question and answer is written in an `.Rmarkdown` file and stored in the Rmd folder. A [`R/render-files-script.R`](https://github.com/JustinMShea/stack-overflow/blob/master/R/render-files-script.R) formats the `.Rmd` files into .pdf, Github .md, and .html flavors, storing each format in the folder corresponding format name.

## Econometrics

[References about leading, lagging, and coincident economic indicators .pdf](https://github.com/JustinMShea/stack-overflow/blob/master/pdf_documents/References_about_leading%2C_lagging%2C_and_coincident_economic_indicators.pdf)

## Data Wrangling

[When should I use setDT() instead of data.table() to create a data.table? .md](https://github.com/JustinMShea/stack-overflow/blob/master/github_documents/When_should_I_use_setDT_instead_of_data.table_to_create_a_datatable.md)

[Using data() for time series objects in R .md](https://github.com/JustinMShea/stack-overflow/blob/master/github_documents/Using_%60data%60_for_time_series_objects_in_R.md)

## Time Series
[STL Decomposition Error in R .pdf](https://github.com/JustinMShea/stack-overflow/blob/master/pdf_documents/STL_ts_frequency_%3D_1.pdf)

[Multiple time series graphs in one plot disregarding empty fields .md](https://github.com/JustinMShea/stack-overflow/blob/master/github_documents/multiple_time_series_graphs_in_one_plot_disregarding_empty_fields.md)

[Mean Returns in Time Series - Restarting after NA values - rstudio .md](https://github.com/JustinMShea/stack-overflow/blob/master/github_documents/Mean_Returns_in_Time_Series-Restarting_after_NA_values-rstudio.md)

[R-reading time data from a text file .md](https://github.com/JustinMShea/stack-overflow/blob/master/github_documents/R-reading_time_data_from_a_text_file.md)

## General R Programming
[S3 method for class vector in R .md](https://github.com/JustinMShea/stack-overflow/blob/master/github_documents/S3_method_for_class_vector_in_R.md)