Dear all
i want to generate new var that count P1_3 ==3 (means child) , and i write a code but stata tell me unknown egen function count()
my code : egen byte new1 = count (P1_3) if (P1_3 == 3) , by (HOUS)
thanks!!
i want to generate new var that count P1_3 ==3 (means child) , and i write a code but stata tell me unknown egen function count()
my code : egen byte new1 = count (P1_3) if (P1_3 == 3) , by (HOUS)
thanks!!
Comment