Skip to content

This repository contains a series of R, Python, and MATLAB codes, which show how to work with economic data using models or any relevant information to learn about the uses of programming in economics.

License

Notifications You must be signed in to change notification settings

JuanCamiloOlaya/Economics

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Economics 📈 📊

This repository is a personal project to share with the community pieces of code (R, Python, and MATLAB) about models or any relevant information to learn to manipulate economic data.

I'm happy that you're here. If you have any questions, advice, or comments, do not hesitate to contact me. Let's get started.

Requirements 📋

Essentially, you should know the basics of both languages to understand what I did. Regarding codes, for Python, you will have a text file called requirements.txt that you can use to install the necessary Python modules using pip install -r requirements.txt. For RStudio, you can use the syntax install.packages("package_name").

Folder organization 📁

For our purpose, the folders are organized in an easy to review way. For this reason, you will find specific folders organization that follows the this structure:

  • Scripts: Executable code files.
  • Data/inputs: Data or information that feeds the executed projects.
  • Outputs: Results, forecasts, predictions, or any output from the project discussed.
  • Plots: Graphics developed in the project.

PD: The organization of the folders varies depending on the type of project developed.

Recommendations ✏️

I have some recommendations for you:

  1. Make sure you are familiar with both software: You don't need to be an expert. But, you need to know at least the syntax and the basics of R and Python. THIS IS NOT AN INTRODUCTORY COURSE.
  2. Take into account the requirements: The programs develop in this repository need the requirements to work. Make sure you have it check.
  3. Try to understand the code: When you find functions, loops, or any command that you didn't know, please take a moment to understand it.

Additional information 📚

In this section, you will find interesting links that you can review for free if you want to learn more about the topics covered in this repository.

Additionally, all codes follow the style guide corresponding to each programming language used in this repository.

  1. R/RStudio:
  2. Python:

About

This repository contains a series of R, Python, and MATLAB codes, which show how to work with economic data using models or any relevant information to learn about the uses of programming in economics.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages