Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 631 Bytes

README.md

File metadata and controls

16 lines (11 loc) · 631 Bytes

DynamicSimulation

This is the R package `DynamicSimulation' (dynamic simulation) written and maintained by Patrick Henaff ([email protected]) to accompany the e-book "Topics in Empirical Finance with R and Rmetrics", published by the Rmetrics Association and Finance OnLine.

Installation

Download the zip ball, decompress and run R CMD INSTALL on it, or install the devtools package, and install directly from the repository:

install_packages("devtools")
library(devtools); install_github('phenaff/R-Package-DynamicSimulation')