|
[Date Prev][Date Next][Thread Prev][Thread Next][Date index][Thread index]
st: St:How to store matrices permanently
From
[email protected]
To
[email protected]
Subject
st: St:How to store matrices permanently
Date
Wed, 18 Jan 2006 10:02:31 -0500
Badri asked for saving matrices.
You can use mkmat and outsheet features in stata.
Example.
sysuse auto
qui reg price mp disp
mat b=e(b)'
svmat double b, n(b)
outsheet b using b, replace
You can also use Michael Blasnick's estsave.
HTHs.
Amadou.
*
* For searches and help try:
* http://www.stata.com/support/faqs/res/findit.html
* 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 |