jaNGOB / RetCalculatoR

R Package containing functions for computing and plotting portfolio metrics and analytics.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

RetCalculatoR

Hello and welcome :)

The functions that are included in this package can be grouped into two categories:

  1. Functions forfinancial analysis, and
  2. Functions for plotting graphs and tables.

Installation

When installing packages in R, you need Devtools.

install.packages("devtools")
library(Devtools)

Next our package can be installed by

install_github("jaNGOB/RetCalculatoR")

And thats it!

Take a look at the example located in the notebook folder.

About

R Package containing functions for computing and plotting portfolio metrics and analytics.


Languages

Language:HTML 98.5%Language:R 1.5%