Skip to content

Commit 9076976

Browse files
committed
add abstract
1 parent 8293aa1 commit 9076976

File tree

2 files changed

+5
-6
lines changed

2 files changed

+5
-6
lines changed

supplementary_examples.Rmd

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
---
22
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+
54
author:
65
- |
76
| **Johannes Enevoldsen**,
@@ -20,6 +19,10 @@ author:
2019
| Department of Clinical Medicine, Aarhus University and Department of Anaesthesiology
2120
| & Intensive Care, Aarhus University Hospital,
2221
| 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)*.
2326
output:
2427
bookdown::pdf_document2:
2528
extra_dependencies: ["underscore", "float"]
@@ -55,10 +58,6 @@ knitr::opts_template$set(wide = list(
5558
)
5659
```
5760

58-
--------------
59-
60-
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-
6261
# Data and source code
6362

6463
Sample data and the source code for this document is available at <https://github.com/JohannesNE/gam-medical-signals-supplementary>.

supplementary_examples.pdf

213 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)