The data are indoor temperatures (in degrees C) for a bedroom and living room in a house in Brisbane, Australia for the dates 10 July 2013 to 3 October 2013. Temperatures were recorded using data loggers which recorded every hour to the nearest 0.5 degrees.
A data.frame
with the following 3 variables.
date and time in POSIXlt
format
the living room temperature
the bedroom temperature
# NOT RUN {
data(indoor)
res = cosinor(bedroom~1, date='datetime', type='hourly', data=indoor)
summary(res)
# }
Run the code above in your browser using DataLab