codeandculture.wordpress.com
pkremp | Code and Culture
https://codeandculture.wordpress.com/author/pkremp
Fool’s Gold and Organizational Inertia. Daniel Beunza at Socializing Finance. Links to Donald MacKenzie’s LRB review. June 10, 2009 at 5:43 pm. R, Stata and descriptive stats. It’s amazing how R can make complicated things look simple and simple things look complicated. I tried to explain in my previous post. Tabstat y, by(group) stats(N mean p10 median p90). Could be translated into R as:. Or, for a more concise version:. That’s quite ugly compared to the simple tabstat command, but I could deal w...
codeandculture.wordpress.com
ASA style cites in Lyx | Code and Culture
https://codeandculture.wordpress.com/2013/09/06/asa-style-cites-in-lyx
ASA style cites in Lyx. September 6, 2013 at 11:14 am. LaTeX makes beautiful output and Lyx. Makes it relatively easy to do so by obviating the need to learn a markup language,. Woah be it unto him who needs the document to look a particular way that goes against the defaults. In particular, the people who wrote this software seemed to have no idea of ASA style. Here’s how you get the citations to meet ASA style. When you create the bibliography make sure you use the asr.bst file. Julie K on Everything I...
codeandculture.wordpress.com
A Licensing Opportunity | Code and Culture
https://codeandculture.wordpress.com/2013/10/14/a-licensing-opportunity
October 14, 2013 at 9:37 am. 1st of March, 1600 Anno Domini. To his majesty Felipe Hapsburg III,. His majesty Christian den Fjerde, king of Denmark-Norway, sends you greetings and congratulations on your recent ascension and wishes your reign to extend peace and prosperity to Spain. Please send an embassy to discuss licensing terms and royalties immediately so as to avoid a cease and desist on all activities of New Spain. His Majesty King Christian IV. Entry filed under: Uncategorized. Stata on a Mac.
codeandculture.wordpress.com
Obfuscation Form 700 | Code and Culture
https://codeandculture.wordpress.com/2014/07/07/obfuscation-form-700
July 7, 2014 at 9:59 am. The Supreme Court recently ruled in favor of Hobby Lobby but among the many things that are not widely understood is that the decision did not actually result in the firm’s employees losing insurance coverage for IUD. S The actual result is that the employees will still have coverage for IUD. The entire case turns on an entirely symbolic issue of whether the Greens explicitly have to pay for IUD. Published a few months ago in. Here’s an ungated version. Moreover, the IUD. Whereas...
codeandculture.wordpress.com
Picking sides | Code and Culture
https://codeandculture.wordpress.com/2015/04/03/picking-sides
April 3, 2015 at 9:16 am. Today the Economist posted a graph. Here’s the output. The second column is community and the third is betweenness. Here’s the code:. Library("igraph") setwd(' /Documents/codeandculture') mena - read.graph('mena.net',format="pajek") la = layout.fruchterman.reingold(mena) V(mena)$label - V(mena)$id #attaches labels plot.igraph(mena, layout=la, vertex.size=1, vertex.label.cex=0.5, vertex.label.color="darkred", vertex.label.font=2...And here’s the data:. On Monday Night Anomalies.