This page contains a combination of traditional lecture materials (slides) and code demonstrating the relevant methods. The short course will proceed by working through both. We will use several recent packages in our examples; see the About page for information about the package versions.

library(tidyverse)
library(grpreg)
## 
## Attaching package: 'grpreg'
## The following object is masked from 'package:dplyr':
## 
##     select
library(splines)
library(refund)
library(refund.shiny)

In this section we’ll use the NHANES dataset to …

Functional Principal Components Analysis

Slides below introduce scalar-on-function regression.

PLACEHOLDER FOR SPEAKERDECK SLIDES

Practical example

PLACEHOLDER FOR CODE