── Conflicts ────────────────────────────────────────── tidyverse_conflicts() ──
✖ dplyr::filter() masks stats::filter()
✖ dplyr::lag() masks stats::lag()
✖ purrr::lift() masks caret::lift()
ℹ Use the conflicted package (<http://conflicted.r-lib.org/>) to force all conflicts to become errors
library(fastshap)
Warning: package 'fastshap' was built under R version 4.5.2
Attaching package: 'fastshap'
The following object is masked from 'package:dplyr':
explain
library(shapviz)
Warning: package 'shapviz' was built under R version 4.5.2
library(sf)
Linking to GEOS 3.13.1, GDAL 3.11.0, PROJ 9.6.0; sf_use_s2() is TRUE
set.seed(42)
tracts <-st_read("data/variables_sf.gpkg")
Reading layer `variables_sf' from data source
`C:\FA 2025\11.218 Data Science\Team Prj\data\variables_sf.gpkg'
using driver `GPKG'
Simple feature collection with 325 features and 26 fields
Geometry type: POLYGON
Dimension: XY
Bounding box: xmin: 2986587 ymin: 13766650 xmax: 3245120 ymax: 13992550
Projected CRS: NAD83 / Texas South Central (ftUS)