Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
bernardodionisi authored Aug 30, 2023
1 parent 785f3a5 commit 63b4bc2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ from differences import TWFE, simulate_data

df = simulate_data()

att_gt = TWFE(data=df, cohort_name='cohort')
twfe = TWFE(data=df, cohort_name='cohort')

att_gt.fit(formula='y')
twfe.fit(formula='y')
```

0 comments on commit 63b4bc2

Please sign in to comment.