Hi Emmanuel, thanks for the informative video. I'm new in r and self-learning. I want to make time series graphs using ggplot2 and I have weekly data such as 2023-06-20, 2023-06-28 etc. I want to make a plot showing the date as it is with an interval of two weeks. Pls any guide, syntax or tips on how to go about it?
I have daily data of three variables with some missing dates(data on some dates are not available so i remove theses dates),now what is the r code to make it time series,as first column is date column and other three are variable
Hi Emmanuel, Thanks for this video. If my data starts in 2nd or 3rd quarter, how do I specify that? Also, if I have 5 or 6 variables in my dataframe, how to make them all ts object?
This is amazing 👏 🤩 🙌 😍, man.
Awesome❤❤❤❤
Job well done
Thank you
what are basic temporal statistical summaries in time series?
great video
Thanks
Hi Emmanuel, thanks for the informative video. I'm new in r and self-learning. I want to make time series graphs using ggplot2 and I have weekly data such as 2023-06-20, 2023-06-28 etc. I want to make a plot showing the date as it is with an interval of two weeks. Pls any guide, syntax or tips on how to go about it?
you need to format your data as a dataframe not a time series or 'ts' object.😀
I have daily data of three variables with some missing dates(data on some dates are not available so i remove theses dates),now what is the r code to make it time series,as first column is date column and other three are variable
Hi Emmanuel, Thanks for this video. If my data starts in 2nd or 3rd quarter, how do I specify that? Also, if I have 5 or 6 variables in my dataframe, how to make them all ts object?
If your data starts from the second quarter you can specify it using the start start. START = c(year, 2), frequency = 4
You can use the lapply function for more than one variable,
data_ts
i needed this thank you
how can i get the NSE market price Data for my research?
For Nigeria you can go to ng.investing.com/indices/nse-all-share-historical-data
100th Like! 😀
I can I found the data
The data used for this tutorial is no longer in my possession. You can always get sample data online