Description Usage Arguments Value Examples
View source: R/performance_summary.R
This function creates a summary table of the target portfolio's performance
1 | performance_summary(returns, points)
|
returns |
is a dataframe of portfolio returns |
points |
is the number of randomly sampled portfolios |
summary, a list with figures describing portfolio performance
1 2 3 4 | ## Not run:
summary <- performance_summary(returns, points)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.