You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: supplementary_examples.Rmd
+5-6Lines changed: 5 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,6 @@
1
1
---
2
2
title: A practical guide to fitting GAMs to medical monitoring data with *mgcv* and R
3
-
subtitle: |
4
-
Supplement to the article: *Using Generalized Additive Models to Decompose Time Series and Waveforms, and Dissect Heart-lung Interaction Physiology*
3
+
5
4
author:
6
5
- |
7
6
| **Johannes Enevoldsen**,
@@ -20,6 +19,10 @@ author:
20
19
| Department of Clinical Medicine, Aarhus University and Department of Anaesthesiology
21
20
| & Intensive Care, Aarhus University Hospital,
22
21
| Aarhus, Denmark
22
+
abstract: |
23
+
Supplement to the article: *Using Generalized Additive Models to Decompose Time Series and Waveforms, and Dissect Heart-lung Interaction Physiology*.
24
+
25
+
The document examplifies how to fit and work with generalized additive models (GAMs) in [R](https://www.r-project.org/) using *[mgcv](https://CRAN.R-project.org/package=mgcv)*.
This document examplifies how to fit and work with generalised additive models (GAMs) in [R](https://www.r-project.org/) using *[mgcv](https://CRAN.R-project.org/package=mgcv)*.
61
-
62
61
# Data and source code
63
62
64
63
Sample data and the source code for this document is available at <https://github.com/JohannesNE/gam-medical-signals-supplementary>.
0 commit comments