output 'Prob' in a regression results
Posted: Thu Aug 01, 2013 11:07 am
Hi
I am a new user of Eviews programming
I run a regression model and got the following results:
Variable Coefficient Std. Error t-Statistic Prob.
C 0.000672 0.000807 0.831947 0.4055
FTALLSH 0.678808 0.050166 13.53123 0.0000
IR 0.147604 0.052164 2.829590 0.0047
I am exporting the results of coefficeints, std errors, t-stats, and probs of each variable, using
setcell(results, 4,2, c(2), "r", 5.2) for coefficients
setcell(results, 4,2, @stderrs(2), "r", 5.2) for std errors
setcell(results, 4,2, @tstats(2), "r", 5.2) for t-stats
my question is how to do for prob??
Many thanks in advance
I am a new user of Eviews programming
I run a regression model and got the following results:
Variable Coefficient Std. Error t-Statistic Prob.
C 0.000672 0.000807 0.831947 0.4055
FTALLSH 0.678808 0.050166 13.53123 0.0000
IR 0.147604 0.052164 2.829590 0.0047
I am exporting the results of coefficeints, std errors, t-stats, and probs of each variable, using
setcell(results, 4,2, c(2), "r", 5.2) for coefficients
setcell(results, 4,2, @stderrs(2), "r", 5.2) for std errors
setcell(results, 4,2, @tstats(2), "r", 5.2) for t-stats
my question is how to do for prob??
Many thanks in advance