Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save MJacobs1985/243fd97799c4baa0adf07c99af35dfd6 to your computer and use it in GitHub Desktop.
Save MJacobs1985/243fd97799c4baa0adf07c99af35dfd6 to your computer and use it in GitHub Desktop.
dataset%>%
summarise_by_time(Tijdstip,.by="minute",VO2i_verschil_mean=mean(VO2i_verschil,na.rm=TRUE))%>%
plot_time_series_regression(.date_var = Tijdstip,
.formula = VO2i_verschil_mean~ as.numeric(Tijdstip) +
minute(Tijdstip),
.interactive = FALSE,
.facet_ncol=2)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment