Skip to content
Prev 739 / 29559 Next

Missing statistics with errorsarlm(method="SparseM")

On Mon, 16 Jan 2006, Martin Reismann wrote:

            
The "SparseM" method is used for large n, when operations on a full matrix
would tax your computer. Computing the information matrix means inverting
an n by n matrix, so statistics relying on the information matrix are not
available with this method. If you must have them for large n, you need
more RAM and possibly a 64 bit box, but in practice if you have many n,
the likelihood ratio will tell you what you need to know anyway.