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.
Allin