knitr::opts_chunk$set( collapse = TRUE, comment = "#>" )
TBC
TBC
Install the package via the devtools install_github() function:
# if devtools not installed #install.packages("devtools") #library(devtools) install_github("jspinney-nbimc/mqim6604")
Load the package with
library(mqim6604)
This data set contains historical daily total returns on a set of 50 randomly selected Canadian stocks from 2015-01-02 to 2018-02-28.
Matched with the CDN_LC_STOCKS_RETURN_DATA dataset, this dataset provides descriptive data (sector, market capitalization, etc.) on a set of 50 randomly selected Canadian stocks as of Feb 28, 2018.
EstimateHedge( target_var , hedge_vars)
GetHistoricalPricesYahoo()
Newton()
RandPorts()
SolveRiskParity()
TBC
All code of the mqim6604 package is licensed under the MIT license.
All data included in the package is either sourced from publicly available locations or provided with permission by the data owner.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.