Hello,
I'm having problem with reshaping the data. I'm using the following code:
The output says: too many variables specified. How should I go about it?
I'm having problem with reshaping the data. I'm using the following code:
Code:
reshape wide time_spent1, i(ind_id weight gender age education ups NIC2008_2d marital_status relationship sector state1 statecode dist1 distcode hh_size religion caste land usual_monthly_consumer_exp pse_cooking pse_lighting washing_clothes_type sweeping_floor_type structure_dwelling_type c18 month day_of_week type_of_the_day) j(act_1d)
Comment