Description Usage Arguments Value
This function reads a set of returns and correlations from XLS file downloaded from the RAFI website. No processing is done. This function allows one to see the data in an unprocessed form.
1 | readRAFIFile(fn, rafi_xlranges = NULL)
|
fn |
name of XLSX file including path |
rafi_xlranges |
list with 4 elements: return, corr, cov, and date are the Excel ranges which contain the respective data. |
A list with 4 items: ret is the return data, corr is the correlation data, cov is the covariance matrix and as_of_date is the date of the file
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.