Quantcast
Viewing all articles
Browse latest Browse all 4448

Regular intervals - Time series analysis

@karanam6uday wrote:

Hi,

I have two columns with dates in first column and values in second column. I would like to check if first column has dates in regular intervals.

data
Jan-2017 234
Mar-2017 567
Apr-2017 43
Jul-2017 987
Sep-2017 456

I used zoo package and for loop to check regular interval. Is there any optimized solution to check regular intervals in R?

Posts: 1

Participants: 1

Read full topic


Viewing all articles
Browse latest Browse all 4448

Trending Articles