Hello,
I want to use fillin to complete my data but i have missing categories in my group variable.
I have this :
In my data there is only 1 2 4 5 for the variable group. But i want something like that (with the value 3 in group) :
Is it possible to get that with Fillin ? Or an other solution ?
Thanks !
I want to use fillin to complete my data but i have missing categories in my group variable.
I have this :
Code:
* Example generated by -dataex-. For more info, type help dataex clear input float(id group) 1 1 1 2 1 4 1 5 2 1 2 2 2 5 end
Code:
* Example generated by -dataex-. For more info, type help dataex clear input float(id group) 1 1 1 2 1 3 1 4 1 5 2 1 2 2 2 3 2 4 2 5 end
Thanks !
Comment