Getting this error:
( invalid name
r(198);
When running this:
Tried other possibilities, based on other posts, but same error:
( invalid name
r(198);
When running this:
Code:
postfile `sim' beta sd using dem, replace reg hpayday kids xtnw xtinc_pc post `sim' (_b[kids]) (_se[kids])
Code:
postfile `sim' beta sd using dem, replace reg hpayday kids xtnw xtinc_pc post `sim' (`=_b[kids]') (`=_se[kids]')
Comment