Publications by Christine Thomas
HW Splines
library(mgcv) #one library for GAMs ## Loading required package: nlme ## This is mgcv 1.8-33. For overview type 'help("mgcv-package")'. library(ggplot2) library(dplyr)#load libraries ## ## Attaching package: 'dplyr' ## The following object is masked from 'package:nlme': ## ## collapse ## The following objects are masked from 'package:st...
1541 sym R (6694 sym/28 pcs) 2 img
DEM5093 HW7
library(survey) library(dplyr) library(car) library(ggplot2) library(tigris) library(classInt) library(tmap) options(tigris_class = "sf") pumas<-pumas(state = "CA", year = 2019, cb = T) ## Downloading: 16 kB Downloading: 16 kB Downloading: 16 kB Downloading: 16 kB Downloading: 25 kB Downloading: 25 kB ...
249 sym R (5110 sym/14 pcs) 1 img