Categories
-
Recent Posts
Meta
Social science
Statistics
Daily Archives: December 11, 2012
R Tip: Avoid using T and F as synonyms for TRUE and FALSE
By default when you start R, T and F are defined as TRUE and FALSE. When I review other people’s code, I often see functions defined with arguments set to these values by default. This is a very bad idea. … Continue reading