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
Likert Scale Graph with Mean ScoreCould someone suggest me how Array to draw Likert Scale Graph with Mean Score like below? Thanks. …
How to estimate RMSE after bioprobit estimation?Dear all, I have used STATA to estimate Seemingly unrelated bivariate ordered probit regression mod…
Lowess curve in LogitHello, could you please guide my how to create a plot for log odds estimated by LOWESS (obtained usi…
export scalar / matrix with putexcel with 2 or 3 decimals using nformatHi, I can't seem to display results with 2 decimal using putexcel and the following option: Code: …
A question about "mi estimate: xtlogit"I tried to use multiple imputation to deal with missing values in a panel data and, then, do logisti…
Subscribe to:
Post Comments (Atom)
0 Response to Transfering Kendal correlations into Word
Post a Comment