Guest User

Untitled

a guest
Apr 19th, 2018
60
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.76 KB | None | 0 0
  1. modar2 <- gamm(apparentTemperature ~ s(month, bs = "cc", k = 12) + s(time, k = 20),data = timetemp, correlation = corARMA(form = ~ 1|year, p = 2),control = ctrl)
  2.  
  3. tibble::tribble(
  4. ~created_at, ~time, ~month, ~year,
  5. ~apparentTemperature,
  6. "2014-01-03 09:30:28", 9.5, 1, 2014, -17.87,
  7. "2014-01-03 10:13:43", 10.2166666666667, 1, 2014, -17.87,
  8. "2014-01-03 12:19:32", 12.3166666666667, 1, 2014, -16.14,
  9. "2014-01-03 12:44:04", 12.7333333333333, 1, 2014, -20.24,
  10. "2014-01-03 13:09:38", 13.15, 1, 2014, -20.24,
  11. "2014-01-03 13:39:00", 13.65, 1, 2014, -20.44
  12. )
Add Comment
Please, Sign In to add comment