Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update gldpanel_check_source.ado #661

Merged
merged 1 commit into from
Nov 20, 2024
Merged

Update gldpanel_check_source.ado #661

merged 1 commit into from
Nov 20, 2024

Conversation

gronert-m
Copy link
Contributor

Correct from

bys hhid' pid': egen diff_sex x= sd(`sex')

to

bys hhid' pid': egen diff_sex = sd(`sex')

Correct from

bys `hhid' `pid': egen diff_sex x= sd(`sex')

to 

bys `hhid' `pid': egen diff_sex = sd(`sex')
@gronert-m gronert-m merged commit e5101ba into main Nov 20, 2024
2 checks passed
@gronert-m gronert-m deleted the gronert-m-patch-1 branch November 20, 2024 22:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant