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)
library(splines)
library(refund)
library(refund.shiny)
In this section we’ll use the NHANES dataset to …
Slides below introduce scalar-on-function regression.
PLACEHOLDER FOR SPEAKERDECK SLIDES
PLACEHOLDER FOR CODE