Hello everyone,
I am doing an event study for my MSc thesis and i need to compute a standard deviation using a specific formula (not the egen = sd (..))
the formula is the following
How can i compute this standard deviation without the egen command?
Additionally, this variable will have to be computed on a subset of values but later on i'll have to apply it to another subset so my question is how to do this? how can i copy the values i computed on a subset into another subset of values?
Thank you in advance for your help.
Agnese
I am doing an event study for my MSc thesis and i need to compute a standard deviation using a specific formula (not the egen = sd (..))
the formula is the following
How can i compute this standard deviation without the egen command?
Additionally, this variable will have to be computed on a subset of values but later on i'll have to apply it to another subset so my question is how to do this? how can i copy the values i computed on a subset into another subset of values?
Thank you in advance for your help.
Agnese
Comment