Hi all,
I am currently working on project about volatility timing.
The data I am working with is daily and I am not entirely sure what I can do to annualise the coefficients from the loop. The coefficients I need to annualise are alpha(constant) and beta and if possible the t-stat from alpha.
foreach var of varlist United_States-Global_Ex_US{
foreach var2 of varlist vUnited_States-vGlobal_Ex_US{
if "v`var'"=="`var2'"{
asdoc reg `var2' `var', robust nest save(volatilityI) dec(2)
}
}
}
Any help would be appreciated.
Thanks,
Marc
Related Posts with Annualising coefficients in a loop
Error opening Excel after using merge option on -putexcel- commandI'm trying to use the -putexcel- command to create tables with a header at the top. I found the -tab…
option 3aster not allowedHi I was trying to run this regression but i am getting this error "option 3aster not allowed", i in…
Creating new variable for each id from old variable in panel data settingHi: I have a dataset that looks like this: Code: * Example generated by -dataex-. For more info, …
Convert a dataset from wide to longHello, I have a dataset (survey longitudinal data) with several variables that I want to convert fr…
Creating new variable from old variable for each unit in panel data settingHi: I have a dataset that looks like this: Code: * Example generated by -dataex-. For more info, …
Subscribe to:
Post Comments (Atom)
0 Response to Annualising coefficients in a loop
Post a Comment