-
Notifications
You must be signed in to change notification settings - Fork 13
/
io09a-timeseries.Rmd
31 lines (21 loc) · 1.2 KB
/
io09a-timeseries.Rmd
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
---
title: "Time Series with the Tidyverts Packages"
author: "Daniel Y Chen"
output: html_document
---
# Time Series data with the Tidyverts Packages
Fun text here.
All kinds of crazy examples.
Time series with data from influenza pandemic of 1918-19, perhaps.
This is a book for anyone in the medical field interested in analyzing the data available to them to better understand health, disease, or delivery of care. This could include nurses, dieticians, psychologists, and PhDs in related fields, as well as medical students, residents, fellows, or doctors in practice.
I expect that most learners will be using this book in their spare time at night and on weekends, as the medical school curriculum is already packed full, and there is no room to add skills in reproducible research to the standard curriculum. This book is designed for self-teaching, and many hints and solutions will be provided to avoid roadblocks and frustration.
## Tsibble
Time series tibble
[Tidyverts webpage](https://tidyverts.org)
## Fable
Tidy forecasting
## Feasts
Feature extraction and Statistics
## Slider
Rolling anaylsis with window functions.
[Slider packagedown page](https://davisvaughan.github.io/slider/)