Skip to content

Instantly share code, notes, and snippets.

View jasonyliang's full-sized avatar

Jason Liang jasonyliang

  • Minerva Schools at KGI
  • Washington, DC
View GitHub Profile
clear
use Q1_data.dta
// part a
probit A v1 v2 v3 v4 v5 v6 v7 v8
outreg2 using "/Users/jhajhajhajha1/Desktop/ThirdYear/SS154/assignments/homework 3/Tables/q1_probit.doc"
margins, dydx(*) post
outreg2 using "/Users/jhajhajhajha1/Desktop/ThirdYear/SS154/assignments/homework 3/Tables/q1_probit_margins.doc"
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
clear
use Q1.dta
global x1 educ potexper ability
global x2 mothered fathered siblings
global y logwage
// a
reg $y $x1
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.