Skip to content

Instantly share code, notes, and snippets.

@doctorkid
Created January 1, 2019 23:18
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save doctorkid/7a3848812d79bb3a67dbc7138e871a1a to your computer and use it in GitHub Desktop.
Save doctorkid/7a3848812d79bb3a67dbc7138e871a1a to your computer and use it in GitHub Desktop.
clear
input str16 author year RD lcl ucl,
"Malka" 1990 0.23 0.01 0.49
"Nakayama" 1977 0.17 0.03 0.31
"Zanini" 1974 0.12 -0.24 0.49
end
gen serd = (ucl-lcl)/4
metan RD serd, random label(namevar=author) textsize(200) xlab(0.25, 0.50, 0.75)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment