Skip to content

Commit

Permalink
hotfix ipacheckenum
Browse files Browse the repository at this point in the history
  • Loading branch information
boyercb authored Jul 28, 2017
1 parent e6a0f19 commit b7efb6d
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions ado/ipacheckenum.ado
Original file line number Diff line number Diff line change
Expand Up @@ -243,17 +243,17 @@ program ipacheckenum
merge 1:1 `enum' using `summary_sheet', nogenerate

// order and save
order `enum' ///
`interviews' ///
order `enum' ///
`recent_interviews' ///
`missing' ///
`interviews' ///
`recent_missing' ///
`dontknow' ///
`missing' ///
`recent_dontknow' ///
`refusal' ///
`dontknow' ///
`recent_refusal' ///
`duration' ///
`recent_duration'
`refusal' ///
`recent_duration' ///
`duration'

ds, has(type numeric)
format `r(varlist)' %9.2f
Expand Down

0 comments on commit b7efb6d

Please sign in to comment.