Dear all,
I am looking for a way of generating a new variable, which is a product of two other variables, with two decimal places. Can I do it in one line command? The generation of the new variable is:
Regards,
Roman
I am looking for a way of generating a new variable, which is a product of two other variables, with two decimal places. Can I do it in one line command? The generation of the new variable is:
Code:
gen newvar=old1*old2
Roman
Comment