Hi abdelrazzaq alrababaa
You might have found a way to deal with this problem. I am also in a similar situation where I need a series of beta coefficients which can be used as separate variable. I used a simple predict command i.e. prdict _b_variable if e(sample)
you can repeat the command for coefficients on other variables, this will give you the series of beta coefficients matching your data.
I am not sure to what extent I am correct, but I thought it might help you. If you have found a better way, you can guide me as well.
Many thanks
You might have found a way to deal with this problem. I am also in a similar situation where I need a series of beta coefficients which can be used as separate variable. I used a simple predict command i.e. prdict _b_variable if e(sample)
you can repeat the command for coefficients on other variables, this will give you the series of beta coefficients matching your data.
I am not sure to what extent I am correct, but I thought it might help you. If you have found a better way, you can guide me as well.
Many thanks
Comment