27 Jun 2020

First Things First

In this blog section I have included examples of different machine learning application in economics using various statistical software, including R, Python and Matlab.

I believe the delivered examples and codes are not solely mine and still far from being perfect. So, please do not be hard on me, but let me know how the work can be improved.

This is a R snippet:

hello world
123
This is a text snippet

This is a Python snippet:

def say_hello():
    print("hello world!")

say_hello()   // "hello world!"

Tags:
0 comments