I'm using R(3.1.1), and NNetar models for forecasting. I would like to know what should be the "frequency" parameter, which is assigned in the ts() function, if I'm using time series data which is:
Separated by 15 minutes and is spread over 365 days starting from 01 April 2018 to 31 Mar 2019.
Dataset example: Date Time Value 01/04/2018 00:00 49.99 01/04/2018 00:15 50.01 01/04/2018 00:30 50.03.....