Displaying 1 result from an estimated 1 matches for "netreturn".
2012 Jun 14
1
Help for boxplot
...gies and in the portfolio there exist 5
strategies.
First, i use the BOXPLOT() and SUBSET() to produce the box plot of all the 5
funds performance individually:
#identify funds in strategies within the portfolio
filteredFunds = subset(allfunds,Strategy %in% portStrats);
#create box plot
boxplot(NetReturn~Strategy,data=filteredFunds,horizontal=TRUE)
Though it produced these 5 box plot, while the Y-aix has all the 10 strategy
labels.
*So the FIRST QUESTION is how to eliminate the other 5 strategies on the
Y-aix? *
Next, I used the POINTS() to plot the performance of specific funds in the
related b...