my_gretl(a)yahoo.fr @ INTERNET skrev 2007-05-28 11:46:18 :
Bulent Miran a écrit : Would it be possible to
get p values in logit/probit outputs?
[snip]
I'm afraid not. As long as I'm aware, Gretl has not an
internal
variable grasping the p-value of estimators. But you can always
compute it yourself.
For example, after executing "logit" or "probit" command you can
add the following code :
genr p_val = pvalue(t, $df, $coeff(X)/$stderr(X))
and you'll get what you need
Artur
I the p-values can be included as default in logit/probit outputs.
Regards,
Andreas