Warning: package 'brms' was built under R version 4.4.1
Loading required package: Rcpp
Warning: package 'Rcpp' was built under R version 4.4.1
Loading 'brms' package (version 2.21.0). Useful instructions
can be found by typing help('brms'). A more detailed introduction
to the package is available through vignette('brms_overview').
Attaching package: 'brms'
The following object is masked from 'package:stats':
ar
library(tidybayes)
Warning: package 'tidybayes' was built under R version 4.4.1
Attaching package: 'tidybayes'
The following objects are masked from 'package:brms':
dstudent_t, pstudent_t, qstudent_t, rstudent_t
library(gtsummary)
Warning: package 'gtsummary' was built under R version 4.4.1
── Conflicts ────────────────────────────────────────── tidyverse_conflicts() ──
✖ dplyr::filter() masks stats::filter()
✖ dplyr::lag() masks stats::lag()
ℹ Use the conflicted package (<http://conflicted.r-lib.org/>) to force all conflicts to become errors
Made github repo n parameters, connected to R. Made graph explaning that past voting predicts future voting habits. Found out that stability may not hold due to the fact that Michigan and Texas have very different voting patterns. Piped fit_postcard_vote to tbl_regression to find the data of fit_postcard_vote. The quality of interest is how the texas votes are going to go, but comparing it from michigan data with different voters and time may not work out.