<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>Authoritarianism in the United States</title>
    <link>https://master--usauthoritarianism.netlify.app/</link>
    <description>Recent content on Authoritarianism in the United States</description>
    <generator>Hugo -- gohugo.io</generator>
    <copyright>&amp;copy; 2021 &lt;a href=&#34;https://www.wangchucheng.com/&#34;&gt;C. Wang&lt;/a&gt; and &lt;a href=&#34;https://www.ruiqima.com/&#34;&gt;R. Ma&lt;/a&gt;
</copyright>
    <lastBuildDate>Fri, 29 Apr 2022 00:00:00 +0000</lastBuildDate><atom:link href="https://master--usauthoritarianism.netlify.app/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>Exploratory Data analysis and Visualization(Continuation)</title>
      <link>https://master--usauthoritarianism.netlify.app/post/2022-04-29-exploratory-data-analysis-and-visualization-continuation/</link>
      <pubDate>Fri, 29 Apr 2022 00:00:00 +0000</pubDate>
      
      <guid>https://master--usauthoritarianism.netlify.app/post/2022-04-29-exploratory-data-analysis-and-visualization-continuation/</guid>
      <description>#Exploratory Data analysis
Exploratory Data Analysis involves the critical process of conducting initial investigations on data with the goal of discovering patterns, detecting anomalies, testing hypotheses, and testing assumptions using summary statistics and graphs. Our previous goal was to examine only the 2020 dataset for the following three attributes: 1. Relations among the four authoritarian categories: views on child rearing, views on women, international relations, and rural areas. 2. Comprehensive model of voting behavior based on aggregated scores, including state level fixed effects.</description>
    </item>
    
    <item>
      <title>Tentative Thesis</title>
      <link>https://master--usauthoritarianism.netlify.app/post/2022-04-29-tentative-thesis/</link>
      <pubDate>Fri, 29 Apr 2022 00:00:00 +0000</pubDate>
      
      <guid>https://master--usauthoritarianism.netlify.app/post/2022-04-29-tentative-thesis/</guid>
      <description>As we examine the relationship between authoritarianism and elections from 2000 to 2020, we expect to find that over the course of the last six elections, authoritarianism has been on the rise. Provided the earlier evidence on the partisan divide over authoritarianism we expect this trend correlates, at the state level, with electoral success for Republican candidates for President. That is, states won by Republican presidential candidates are more likely to have a higher authoritarian score based on ANES survey data.</description>
    </item>
    
    <item>
      <title>Interactive Ideas</title>
      <link>https://master--usauthoritarianism.netlify.app/post/2022-04-15-interactive-ideas/</link>
      <pubDate>Fri, 15 Apr 2022 00:00:00 +0000</pubDate>
      
      <guid>https://master--usauthoritarianism.netlify.app/post/2022-04-15-interactive-ideas/</guid>
      <description>Interactive Idea With our interactive we plan to have users select a state of their choosing and allow them to explore different authoritarianism variables within that state. These variables could be selected from a list; such variables could include “nationalism”, “party preference”, etc. Each variable could include a short description and showcase what questions form the variable. For instance a question referring to nationalism may be- “Better if rest of world more like America”.</description>
    </item>
    
    <item>
      <title>A Cross-Analysis of Data Sets</title>
      <link>https://master--usauthoritarianism.netlify.app/post/2022-04-04-a-cross-analysis-of-data-sets/</link>
      <pubDate>Mon, 04 Apr 2022 00:00:00 +0000</pubDate>
      
      <guid>https://master--usauthoritarianism.netlify.app/post/2022-04-04-a-cross-analysis-of-data-sets/</guid>
      <description>The current data from the American National Elections Studies specifically covers not just the recent 2020 presidential election, but also measured numerous qualities/characteristics of a large sample of voters. Such measurements include (besides traditional measurements such as partisan affiliation) attitudes towards women, rural attitudes towards government, and child development (whether or not a child should be raised to be independent or reliant on authorities for instance). However, the current data set by itself does not provide enough information with the current data analysis to accurately depict the levels/attitudes towards a more authoritarian government.</description>
    </item>
    
    <item>
      <title>A Deeper Look into the Data</title>
      <link>https://master--usauthoritarianism.netlify.app/post/2022-04-01-a-deeper-look-into-the-data/</link>
      <pubDate>Fri, 01 Apr 2022 00:00:00 +0000</pubDate>
      
      <guid>https://master--usauthoritarianism.netlify.app/post/2022-04-01-a-deeper-look-into-the-data/</guid>
      <description>source(here::here(&amp;quot;static&amp;quot;, &amp;quot;load_and_clean_data.R&amp;quot;), echo=FALSE) ## ── Attaching packages ─────────────────────────────────────── tidyverse 1.3.1 ── ## ✓ ggplot2 3.3.5 ✓ purrr 0.3.4 ## ✓ tibble 3.1.6 ✓ dplyr 1.0.7 ## ✓ tidyr 1.1.3 ✓ stringr 1.4.0 ## ✓ readr 2.0.1 ✓ forcats 0.5.1 ## ── Conflicts ────────────────────────────────────────── tidyverse_conflicts() ── ## x dplyr::filter() masks stats::filter() ## x dplyr::lag() masks stats::lag() First, a quick note on blog post #2: a few variables were improperly coded. I’ve corrected them and adjust the analysis, which is now much more in line with theory.</description>
    </item>
    
    <item>
      <title>Data Equity</title>
      <link>https://master--usauthoritarianism.netlify.app/post/2022-03-26-data-equity/</link>
      <pubDate>Sat, 26 Mar 2022 00:00:00 +0000</pubDate>
      
      <guid>https://master--usauthoritarianism.netlify.app/post/2022-03-26-data-equity/</guid>
      <description>A data equity approach employs an equity-centered lens to ensure data is gathered, analyzed, interpreted, and shared without bias or exclusion. It emphasizes marginalized communities’ unequal access to data and their harm when data is misused. For more than 40 years, the Belmont Report has guided protections of human subjects based on three principles - beneficence, respect for persons, and justice.
Transparency of the data set chosen is maintained in order to avoid any discredited results generated from the analysis.</description>
    </item>
    
    <item>
      <title>Data Cleaning and Exploratory Analysis</title>
      <link>https://master--usauthoritarianism.netlify.app/post/2022-03-18-data-cleaning-and-analysis/</link>
      <pubDate>Fri, 25 Mar 2022 00:00:00 +0000</pubDate>
      
      <guid>https://master--usauthoritarianism.netlify.app/post/2022-03-18-data-cleaning-and-analysis/</guid>
      <description>Data Cleaning The first step in our project is to clean the ANES survey data. Our primary question of interest is the relationship between authoritarianism and voting behavior, so we first isolate only the variables of interest into a new dataset.
The included variables are:
 V202065x, combined data of the two the respondents party of registration where 1 = Democrat, 2= Republican, 4 = None or ‘independent’ and 5 = ‘Other’.</description>
    </item>
    
    <item>
      <title>Data Proposals</title>
      <link>https://master--usauthoritarianism.netlify.app/post/2022-02-28-data-proposals/</link>
      <pubDate>Mon, 28 Feb 2022 00:00:00 +0000</pubDate>
      
      <guid>https://master--usauthoritarianism.netlify.app/post/2022-02-28-data-proposals/</guid>
      <description>Dataset 1 Our first proposed dataset we are interested in working with is the American National Election Survey Data from the 2020 election, perhaps to examine the role authoritarian values played in the electorate in the most recent presidential election. Working with their historical time series data could also help us examine the rise of authoritarianism in the 21st century. ANES data can be found at the election survey data center. The American National Election Survey is a nationwide survey in the United States taken every four years since 1948.</description>
    </item>
    
    <item>
      <title>About</title>
      <link>https://master--usauthoritarianism.netlify.app/about/</link>
      <pubDate>Mon, 11 Oct 2021 09:20:50 -0500</pubDate>
      
      <guid>https://master--usauthoritarianism.netlify.app/about/</guid>
      <description>This comes from the file content/about.md.
This is a website for the final project for MA[46]15 Data Science with R by Team A Group Has No Name. The members of this team are below.
Nimue Zorman Nimue is a 4th year student studying Math and Computer Science. Her favorite color is green.
Jonathan Rushbrook Jonathan Rushbrook is a 4th year student in Stats at Boston University, specializing in time series and stochastic processes. In his free time, he loves to cook, antiquing, and religiously follows the congressional redistricting process.</description>
    </item>
    
    <item>
      <title>Analysis of the Elections Data</title>
      <link>https://master--usauthoritarianism.netlify.app/analysis/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      
      <guid>https://master--usauthoritarianism.netlify.app/analysis/</guid>
      <description>This comes from the file content/analysis.Rmd.
In the United States, politics has shifted over the past two decades in that there are now new challenges to address to maintain American democratic institutions. Never has this been more pressing since the January 6th Insurrection against the US Capitol and by extension the US government in regards to certifying the 2020 election results for a peaceful transfer of power. With growing calls throughout the nation to overturn election results in certain municipalities or overall states, it calls into question how the nation got here, so that certain groups of people would favor not necessarily one political party, but overall practices that blatantly are non-democratic, or authoritarian.</description>
    </item>
    
    <item>
      <title>Data</title>
      <link>https://master--usauthoritarianism.netlify.app/data/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      
      <guid>https://master--usauthoritarianism.netlify.app/data/</guid>
      <description>Introduction In this project, we collected data from two primary sources. First, we collected American National Election Studies Data for Presidential election years from 2000 to 2020. The ANES is a nationwide survey conducted every four years (and in some midterm years) since 1948. For the past 70 years, the team at ANES has focused on providing a comprehensive outlook on American politics and political attitudes. While variables change from year to year, the Studies aim to glean insight into longstanding trends in how the general American voter thinks and votes.</description>
    </item>
    
    <item>
      <title>Is America now Fascist? Exploring the Rise of American Authoritarianism</title>
      <link>https://master--usauthoritarianism.netlify.app/big_picture/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      
      <guid>https://master--usauthoritarianism.netlify.app/big_picture/</guid>
      <description>This comes from the file content/big_picture.Rmd.
Are your opinions and views really yours or just a result of the rise of authoritarianism? A group has no name takes on ANES (American National Election Studies) survey data from 2000 to 2020 to analyze different variables of authoritarianism over the years and its connection to political parties.
The overall goal of this project/analysis is to demonstrate whether or not there actually has been a rise in authoritarian politics in the United States, and from there if it is in one particular political party, or a certain region.</description>
    </item>
    
  </channel>
</rss>
