Overview
The Survey of Consumer Finances is the richest picture of American household wealth available, but its data can be complicated to analyze. This package simplifies the analysis of this data set by wrapping the operations of proper analysis into easy-to-use functions.
Installation
From CRAN: install.packages("scf"). Requires R ≥ 3.6.
Example use
library(scf)
scf2022 <- scf_load(2022)
scf_median(scf2022, ~networth)Source & docs

