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
<!-- README.md is generated from README.Rmd. Please edit that file -->
```{r, include = FALSE}
knitr::opts_chunk$set(
collapse = TRUE,
comment = "#>"
)
```
# Fitting Wiggly Data - Using Generalised Additive Models (GAMs) to smooth data
<!-- badges: start -->
<!-- badges: end -->
This is a repository for my talk to NHSE Analytical Academy 20/09/2022 and NHS-R Community Conference 2022 on the pitfalls of using linear assumptions and why a bit of flexibility is often helpful. How to fit 'wiggly' data using GAMs.