## load libraries
library(bwu)
library(crosstalk)
library(gifski)
library(highcharter)
## Registered S3 method overwritten by 'quantmod':
## method from
## as.zoo.data.frame zoo
## Highcharts (www.highcharts.com) is a Highsoft software product which is
## not free for commercial and Governmental use
library(htmlwidgets)
library(knitr)
library(languageserver)
library(manipulateWidget)
library(reactable)
library(revealjs)
library(rmarkdown)
##
## Attaching package: 'rmarkdown'
## The following object is masked from 'package:languageserver':
##
## run
## The following object is masked from 'package:bwu':
##
## tufte_handout
library(svglite)
library(tibble)
library(tidyverse)
## ── Attaching packages
## ────────────────────────────────── tidyverse
## 1.3.2.9000 ──
## ✔ ggplot2 3.4.0.9000 ✔ dplyr 1.0.99.9000
## ✔ tidyr 1.2.1.9001 ✔ stringr 1.5.0
## ✔ readr 2.1.3.9000 ✔ forcats 0.5.2.9000
## ✔ purrr 0.9000.0.9000 ✔ lubridate 1.9.0.9000
## ── Conflicts ────────────────────────────────────────── tidyverse_conflicts() ──
## ✖ dplyr::filter() masks stats::filter()
## ✖ dplyr::lag() masks stats::lag()
library(vroom)
library(widgetframe)
library(xaringan)
library(xaringanExtra)
library(xaringanthemer)
## knitr options
options(htmltools.dir.version = FALSE)
knitr::opts_chunk$set(
fig.path = "figs/",
# fig.width = 12,
# fig.height = 4,
# fig.asp = .5,
fig.retina = 3,
out.width = "100%",
fig.showtext = TRUE,
comment = NULL,
cache = FALSE,
cache.path = "cache/",
echo = FALSE,
message = FALSE,
warning = FALSE,
dev = c("svg", "svglite"),
hiline = TRUE
)
name: gauss1 class: middle center background-size: contain
Distribution of Scores: Population-level Interpretation

Figure 1: Statistical classification of neuropsychological test scores in the general population.
name: gauss2 class: middle center background-size: contain
Distribution of Scores: Clinical-level Interpretation

Figure 2: General clinical interpretation of performance for individual test scores and broader neuropsychological domains
class: center, middle background-color: var(–near-black)
Neuropsychological Testing Results
Figure 3: HighchartR Drilldown
class: middle, center background-color: var(–near-black)
Behavioral Ratings Results
Figure 4: HighchartR Drilldown