J-PAL / bcstatsR

R version of the Stata command bcstats
MIT License
7 stars 6 forks source link

bcstats for Stata does report differences in Type 3 variables #7

Closed vikjam closed 7 years ago

vikjam commented 7 years ago

Need to add Type 3 variables to backcheck results. Consider moving

# Type 3 variables do not have errors
pairwise$error[pairwise$type == "Type 3"] <- FALSE

to after storing the back check and proceeding to error rate reporting.

vikjam commented 7 years ago

Fixed in 3c4dbe3.