Dear all contributors,
I am calculating Kendal correlations of more than 100 variable couples and want to transfer each correlation results into the word. However, although I have done my tries and search on the forum, I could not end up with any solution.. For receiving Kendal correlations I am using the following and it works:
foreach var in A B C D E F (and many others! ) {
ktau `var'_X `var'_Y if `var'>= `var'_Z & Dummy==1, matrix stats (taua taub score se obs p) bonferroni star(0.1)
display as result "Kendal corr of `var' = " as result r(tau_b)
}
At the end, this produces tau_b results for each variable couples and now I want to transfer only tau_b's into to the world in a nice format. I know that there are bunch of transferring commands to word but each work for estimations. If anyone could suggest me a way I would very be appreaciated.. Thanks in advance!
PS: `var'_X and `var'_Y are the variables that generated previously.
Related Posts with Transfering Kendal correlations into Word
lclogit-Latent Class (Pacifico and Yoo)Dear members, I am using lclogit for fitting latent class conditional logit models with the guide p…
Help generating variables incorporating multiple conditionsHello for a bit of context here are some descriptions of the variables: ano_nac is the year the bir…
Data Cleaning: Calculate DateHello, I have the following dataset, I need to check if drug date is done after the death date: Give…
local commandDear All, Is it possible to have a more concise way to do the following: Code: local dropv "o.2007y…
How to apply bias correction for dynamic panel data model with fixed effects - Hahn and Kuersteiner (2002)?Dear Statalist Community, I want to estimate a dynamic panel data model with fixed effects. The mod…
Subscribe to:
Post Comments (Atom)
0 Response to Transfering Kendal correlations into Word
Post a Comment