Home > Blockchain >  Fitting a sine wave model on POSIXt data and plotting using Ggplot2
Fitting a sine wave model on POSIXt data and plotting using Ggplot2

Time:02-11

Long-time reader, first-time asker here :)

I have some data collected at specific times and dates, and there is reason to hypothesize the data roughly follows a 24-hour cycle. I would like to fit a sine wave model on my data as a function of time, so that it is possible to test if future data points fall on the predicted pattern.

I have read enter image description here

  • Related