J-PAL / bcstatsR

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

Missing Values #1

Open vikjam opened 7 years ago

vikjam commented 7 years ago

Consider the following cases of missing data

  1. Back data is missing and the survey data is not.
  2. Survey data is missing and the back data is not.
  3. Survey data and back data is missing.

Each one of these cases will return a NA when evaluated instead of a TRUE or FALSE.