Question
For Questions 8-10 you will use the dataset managers from the PerformanceAnalytics package in R. This dataset is already in XTS format and no further
For Questions 8-10 you will use the dataset "managers" from the PerformanceAnalytics package in R. This dataset is already in XTS format and no further data cleaning is necessary.Please use this dataset as is and DO NOT impute any null values with 0.The dataset begins on 1996-01-31 and end on 2006-12-31. It contains the following variables:
- HAM1-HAM6:Columns of monthly returns for six hypothetical asset managers
- EDHEC LS EQ:EDHEC Long-Short Equity hedge fund index
- SP500 TR:S&P 500 total returns
- US 10YR TR:Total return series for US Treasury 10-year bond
- US 3m TR:Total return series for US Treasury 3-month bill
The dataset "managers" can be found by using the following code:
if (!require(PerformanceAnalytics)) install.packages("PerformanceAnalytics")
library(PerformanceAnalytics)
data(managers)
Note: You may or may not need the following dependencies
lubridate package
PLEASE ASSIST
NOTE : Dataset period: 1996-01-31 to 2006-12-31
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started