User:Kbjarkefur

Revision as of 21:07, 26 October 2017 by Kbjarkefur (talk | contribs)
Jump to: navigation, search

About me

Pages on this wiki I frequently need:

Code snippet example

This part is using the regular <code> tag which is great when writing code in the middle of a sentence:

Ex.1 Use the 'egen' function rowtotal() when aggregating variables.

However, the <code> tag is not great when writing multiple lines of code:

Ex.1 gen varA = 0
replace varA = 1 if gender == 1