On Fri, 23 May 2008, Allin Cottrell wrote:
On Fri, 23 May 2008, Sven Schreiber wrote:
> matrix hausmanresult = $hausman
> pvalue X hausmanresult[1,2]-1 hausmanresult[1,1]
>
> -- and this now gives an "invalid argument" error (it didn't in
> 1.7.4)...
Oof, this is to do with a change I introduced at Stefano's
behest: not "casting" 1x1 matrix results to scalars
automatically. I'll have to think about that some more.
In CVS and the snapshot there's a fix which takes care of all the
probability-related functions (including pvalue). I'll search
some more later for other functions that might be affected.
Allin.