What's your Nationality?

This report provides primary analysis of Pew-Research-Center-National-Identity-Report-Data Load Required Libraries library(ggplot2) library(grid) library(GGally) Reading Data into R birthplace<-read.csv('birthplace.csv',header = FALSE,fileEncoding = 'UTF-8-BOM') language<-read.csv('language.csv',header = FALSE,fileEncoding = 'UTF-8-BOM') religion<-read.csv('religion.csv',header = FALSE,fileEncoding = 'UTF-8-BOM') customs<-read.csv('customs.csv',header = FALSE,fileEncoding = 'UTF-8-BOM') Standardizing scores for all four Questions birthplace["score"]<-(4*birthplace[2]+3*birthplace[3]+2*birthplace[4]... [Read More]