I have a data set of parameters which slowly vary with the time. I have the date for each element of my dataset. How can I include time as a parameter ?
Including Time as a parameter
Hi @crisis1.08,
Use the lubridate package in R to deal with date and time issues. You can extract the day, montha and year, and see the different trends for each of them.
Regards,
Shashwat