cottrell(a)wfu.edu @ INTERNET skrev 2007-09-27 04:32:51 :
On Wed, 26 Sep 2007, andreas.rosenblad(a)ltv.se wrote:
> I am writing a function where I need to calculate the critical >
values for an F distribution and store it as a scalar variable.
> > For example, in R I would have written a = qf(1-alpha,df1,df2),
> but what should I write in gretl?
a = critical(F, df1, df2, alpha)
The documentation is probably lagging on this point, sorry.
Yes, the command "critical()" is not mentioned in Help > Command reference
Plain text, nor in the Gretl Command Reference or the Gretl
User's Guide.
Could you please add this command to the Plain text help files and
the
Gretl Command Reference? Also, a Help button in the Tools > Statistical
tables dialog box would be helpful.
Andreas