Dear all,
I am attempting to run estimation using the user written program -movestay- (ssc install movestay).
Using the following syntax the program executes successfully:
movestay y = x1 x2 x3 x4 , select(seldep = x1 x2 x3 x4 z1 z2 z3)
I would additionally like to include weights, according to the help file this is allowed as follows:
movestay y = x1 x2 x3 x4 [pw=weight], select(seldep = x1 x2 x3 x4 z1 z2 z3)
However, this returns a r(198) error. Has anyone else come across this problem or know why this would be?
Louis
I am attempting to run estimation using the user written program -movestay- (ssc install movestay).
Using the following syntax the program executes successfully:
movestay y = x1 x2 x3 x4 , select(seldep = x1 x2 x3 x4 z1 z2 z3)
I would additionally like to include weights, according to the help file this is allowed as follows:
movestay y = x1 x2 x3 x4 [pw=weight], select(seldep = x1 x2 x3 x4 z1 z2 z3)
However, this returns a r(198) error. Has anyone else come across this problem or know why this would be?
Louis
Comment