ComeçarComece de graça

Compare old and new portfolios

Great work. You decide to buy stocks in Coca-Cola, and now your portfolio is made of equal proportions of four stocks: Yahoo, Microsoft, Apple and Coca-Cola.

In this exercise, you are given a dataset old.vs.new.portfolio with the following self-explanatory columns:

  • old.portfolio.value
  • new.portfolio.value
  • old.portfolio.rtn
  • new.portfolio.rtn

Este exercício faz parte do curso

Visualizing Time Series Data in R

Ver curso

Instruções do exercício

  • Plot the old portfolio value, then add the new portfolio value onto the same chart; make the old portfolio black and the new one red
  • Plot the density of the old portfolio returns, then add the density of the new portfolio returns on the same chart; make the old portfolio black and the new one red

Exercício interativo prático

Experimente este exercício completando este código de exemplo.

# Plot new and old portfolio values on same chart



# Plot density of the new and old portfolio returns on same chart

Editar e executar o código