knitr::opts_chunk$set( collapse = TRUE, comment = "#>", fig.path = "man/figures/README-", out.width = "100%" )
The goal of extRnalmgrs is to help you determine if an investment is up to your standards through visualizations and summary statisitics. Use at your own risk
<!-- install.packages("extRnalmgrs") -->
# install.packages("devtools") devtools::install_github("mannymistry/extRnalmgrs")
library(extRnalmgrs) library(PerformanceAnalytics) library(ggplot2) data("managers") generate_cone_chart(managers$HAM3, 0.08/12, 0.40, 12) generate_select_summary_stats(managers$HAM3, 0.08, 0.01)
-
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.