Statalist


[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: st: increasing time burden during resampling


From   [email protected] (Vince Wiggins, StataCorp)
To   [email protected]
Subject   Re: st: increasing time burden during resampling
Date   Wed, 30 Dec 2009 22:45:15 -0600

Al Feiveson <[email protected]> asks,

> [...] Actually, there are some matrices that I form before the
> iterations that I would like to preserve. Instead of "matrix drop
> _all", is there some easily referenced group of matrices (not my
> own) that should be dropped? 

I am afraid not.  It is a fortuitous artifact that -matrix drop _all- solves
the problem.

In the interim before the update, Al can use the Mata function -st_matrix()-
to safely hold matrices in Mata before -matrix drop _all- and restore them to
Stata afterward.  If the row and column stripes are important, Al will need to
also use -st_matrixrowstripe()- and -st_matrixcolstripe()- to save and restore
the stripes.


 
-- Vince 
   [email protected]

*
*   For searches and help try:
*   http://www.stata.com/help.cgi?search
*   http://www.stata.com/support/statalist/faq
*   http://www.ats.ucla.edu/stat/stata/



© Copyright 1996–2024 StataCorp LLC   |   Terms of use   |   Privacy   |   Contact us   |   What's new   |   Site index