Skip to content

Instantly share code, notes, and snippets.

@naenumtou
Created October 3, 2022 13:29
Show Gist options
  • Save naenumtou/0ae03a4a668c2a8764217cccc06a2ad9 to your computer and use it in GitHub Desktop.
Save naenumtou/0ae03a4a668c2a8764217cccc06a2ad9 to your computer and use it in GitHub Desktop.
# HAC Adjustment
newModel = smf.ols(
'logitODR ~ 1 + GDP_C_lg12 + MPI_C_lg12',
data = df
)
newResult = newModel.fit()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment