Adam Ross Nelson

Results 4 issues of Adam Ross Nelson

Added two entries: Stata | R | Description ------------------------------|--------------------------------------------|------------------------------ +cls | cat("\014") | Clears the screen +clear all | rm(list=ls()) | Clears data. Set fresh workspace

Some example code... ``` >>> vars ['yr2000', 'yr2001', 'yr2002', 'yr2003', 'yr2004', 'yr2005', 'yr2006', 'yr2007', 'yr2008', 'yr2009', 'yr2010', 'yr2011', 'yr2012', 'yr2013', 'yr2014', 'yr2015', 'yr2016', 'yr2017', 'yr2018', 'yr2019'] >>> ``` Also ```...

Make facradar.do into ado package.

A good place to look for guidance on schemes: ``` https://www.stata.com/meeting/12uk/vw_README.txt http://www.stata.com/meeting/12uk/schemetalk.zip ``` Simple red and black styles: ``` http://tylervigen.com/spurious-correlations ``` With dark backgrounds: ``` http://tylervigen.com/page?new=TRUE ``` Also helpful will...