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
Understanding Monte Carlo simulations in "When Should You Adjust Standard Errors for Clustering?" (Abadie at al, 2017)Hi statalist members, This is my first post here so pardon me if I deviate from the established eti…
Fe glsHello, My data is suitable for FE model but with heteroscedasticity and autocorrelation, I want to c…
Choose Referans CatogryHello, I m working on a panel with GMM. I want to choose the reference category by myself. However, …
Generating groups by sets of consecutive numbersI am trying to create a new id variable in a dataset by id and a set of consecutive numbers. For exa…
Getting formula rightDear all, I want to calculate the following decomposition below, which synthesizes how much of the …
Subscribe to:
Post Comments (Atom)
0 Response to Annualising coefficients in a loop
Post a Comment