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
Margins after (dynamic) panel probitDear all, I am trying to estimate the following (dynamic) panel probit model and then its marginal …
Update to -dstat-: various additional statistics supportedThanks to Kit Baum, an update to dstat is available from SSC. To obtain the update, type Code: . ss…
New package sysport on SSCThanks once again to Kit Baum, a new package sysport is now available for download from SSC. In Stat…
Rescaling the var in a rangeHi! I have a variable which ranges from -10 to 10. I need to rescale this variable in a range of -…
HELP-Variable id does not uniquely identify the observations & variable years contains all missing valuesHello I am trying to transform my wide data (5 countries,3 variables, quarterly data from 1966-2021)…
Subscribe to:
Post Comments (Atom)
0 Response to Transfering Kendal correlations into Word
Post a Comment