Skip to content

Instantly share code, notes, and snippets.

@tony91782
Created May 29, 2011 05:15
Show Gist options
  • Save tony91782/997495 to your computer and use it in GitHub Desktop.
Save tony91782/997495 to your computer and use it in GitHub Desktop.
set.seed(209)
myiv = iv(y~x1+x2+p, p~z1+z2, data=mktshare)
myivboot = ivboot(y~x1+x2+p, p~z1+z2, data=mktshare)
mtable(myiv, myivboot)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment