Question
I have a file with 179 observations , represents the return (in AUD100) of a share market trader's investment portfolio. Please note that the dataset
I have a file with 179 observations , represents the return (in AUD100) of a share market trader's investment portfolio. Please note that the dataset comprises 179 observations out of a possible 252 trading days in a year. All the points are collected in the same year and on consecutive trading days. Just disregard the weekend days when the markets are off; hence, take Friday and Monday as consecutive days. So, you don't need to make any adjustments for weekend days. can you help to understand what frequency should i use the below R code to convert the file into time series.
frequency = ?
data_ts <- ts(data$x, start = c(1, 1), end = c(1, 179), frequency = frequency)
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