Robust linear regression using the t model: The folder Congress has the votes for the Democratic and Republican candidates in each U.S. congressional district in 1988, along with the parties' vote proportions in 1986 and an indicator for whether the incumbent was running for reelection in 1988. For your analysis, just use the elections that were contested by both parties in both years.
(a) Fit a linear regression using stan_glm with the usual normal-distribution model for the errors predicting 1988 Democratic vote share from the other variables and assess model fit.
(b) Fit the same sort of model using the bres package with a $t$ distribution, using the brm function with the student family. Again assess model fit.
(c) Which model do you prefer?