Hi.
I have to calculate the standard deviation of a prediction that is expressed in logarithms in a regression with panel data,
the model form is log-log, I have the dependent variable "y" and the independent variables "x",
when I perform a regression of the linear form I can use the command "predict ystdp, stdp",
but when the model is of the log-log form the command "predict ystdp, stdp" calculates the standard deviation for the dependent variable "Lny"
but what I need is the standard deviation of the variable "y" for the log-log model, would there be some command in stata to perform this calculation?
Thanks for the help
I have to calculate the standard deviation of a prediction that is expressed in logarithms in a regression with panel data,
the model form is log-log, I have the dependent variable "y" and the independent variables "x",
when I perform a regression of the linear form I can use the command "predict ystdp, stdp",
but when the model is of the log-log form the command "predict ystdp, stdp" calculates the standard deviation for the dependent variable "Lny"
but what I need is the standard deviation of the variable "y" for the log-log model, would there be some command in stata to perform this calculation?
Thanks for the help
Comment