The article cites examples of stupidity by the U.S. government. It criticizes the government's requirement for teachers to undergo training on cultural sensitivity, state funding on failed electric-car ventures in California, ...
library(ggrepel)set.seed(42)dat<-subset(mtcars,wt>2.75&wt<3.45)dat$car<-rownames(dat)p<-ggplot(dat,aes(wt,mpg, label=car))+geom_point(color="red")p1<-p+geom_text()+labs(title="geom_text()")p2<-p+geom_text_repel()+labs(title="geom_text_repel()")gridExtra::grid.arrange(p1,...
*“About 99.8% of firearms and more than 99.6% of handguns will not be used to commit violent crimes in any given year.”[1] * Reason for elimination: This statistic neglects key information such as the number of guns in the U.S. Thus, it can create a misleading impression, given...