Introduction to Time series Analysis in R

Поделиться
HTML-код
  • Опубликовано: 3 ноя 2021
  • Learn how to import data
    Convert data to time series data and plot your data
    Follow me on facebook via / r-programming-10103153...

Комментарии • 21

  • @DB-kv3wu
    @DB-kv3wu 6 дней назад

    Awesome❤❤❤❤

  • @juliusirungu1363
    @juliusirungu1363 Год назад

    i needed this thank you

  • @mataraseneti5790
    @mataraseneti5790 Год назад

    great video

  • @theecanmole
    @theecanmole 9 месяцев назад

    100th Like! 😀

  • @libertyshambare231
    @libertyshambare231 Год назад

    Job well done

  • @user-go1fy1jw3i
    @user-go1fy1jw3i Год назад

    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

  • @alessandrorosati969
    @alessandrorosati969 Год назад

    what are basic temporal statistical summaries in time series?

  • @rohdoflactem4692
    @rohdoflactem4692 10 месяцев назад

    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?

    • @theecanmole
      @theecanmole 9 месяцев назад

      you need to format your data as a dataframe not a time series or 'ts' object.😀

  • @afmkamrulhassan7003
    @afmkamrulhassan7003 8 месяцев назад

    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?

    • @emmanuelpatrickiwe6594
      @emmanuelpatrickiwe6594  8 месяцев назад

      If your data starts from the second quarter you can specify it using the start start. START = c(year, 2), frequency = 4

    • @emmanuelpatrickiwe6594
      @emmanuelpatrickiwe6594  8 месяцев назад

      You can use the lapply function for more than one variable,
      data_ts

  • @kingsleyohanmo2507
    @kingsleyohanmo2507 Год назад

    how can i get the NSE market price Data for my research?

    • @emmanuelpatrickiwe6594
      @emmanuelpatrickiwe6594  Год назад

      For Nigeria you can go to ng.investing.com/indices/nse-all-share-historical-data

  • @getachewhailu920
    @getachewhailu920 Год назад

    I can I found the data

    • @emmanuelpatrickiwe6594
      @emmanuelpatrickiwe6594  Год назад +1

      The data used for this tutorial is no longer in my possession. You can always get sample data online