lionup / econr-notes

Notes on solving and estimating economic model with heterogeneous agents using R and C++

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Projects that containts the sources to the book Introduction to heterogenous agent economics with R/C++.

generate the content

rake html
rake pdf

Adding content

folder structure

The folder structure is as follows:

  • content: this is the book content written in R/Markdown
  • templates: different formatting files to produce latex and html outputs
  • lib: static content this library depends on like bootstrap.
  • build: used to generate the content

Writing chapters as several files

Use one sharp sign for chapter titles and then add more for sections / subsections. Chapter can one file or they can split among several files. The depth of a given file will be inferred from the number of sharp signs on the firt line of the file.

This will allow us to split documents hwoever we want at writing and at rendering.

Using

  • mustache
  • rake
  • pandoc
  • mathjax
  • bootstrap

About

Notes on solving and estimating economic model with heterogeneous agents using R and C++


Languages

Language:CSS 58.2%Language:R 22.8%Language:HTML 12.0%Language:Ruby 5.9%Language:C++ 0.5%Language:Fortran 0.3%Language:Makefile 0.3%Language:Pan 0.0%