Statalist The Stata Listserver


[Date Prev][Date Next][Thread Prev][Thread Next][Date index][Thread index]

st: formating mata output


From   AbdelRahmen El Lahga <[email protected]>
To   [email protected]
Subject   st: formating mata output
Date   Sun, 26 Feb 2006 16:12:39 +0100

I have 5 colvectors of results obtained from my mata code
V: string vector that contain variable name ,B: vector of coefficient, E: std error, T : t-student and
P: pvalue
I would like present them as stata output. result. because when i use the follwing code the result is unsatisfactory
for (i=1; i<=rows(se); i++) {
variables[i] + " " + strofreal(betaFE[i]) + " " + strofreal(se[i]) + " " + strofreal(tstat[i])+ " " + strofreal(pvalue[i])
}
any help
AbdelRahmen
*
* For searches and help try:
* http://www.stata.com/support/faqs/res/findit.html
* http://www.stata.com/support/statalist/faq
* http://www.ats.ucla.edu/stat/stata/




© Copyright 1996–2024 StataCorp LLC   |   Terms of use   |   Privacy   |   Contact us   |   What's new   |   Site index