How can I save matrices?
| Title |
|
Saving matrices |
| Author |
William Sribney, StataCorp |
| Date |
October 1996; minor revision March 2001 |
Stata does not save matrices with the dataset. You can save a matrix if you
first convert it to a dataset using svmat. To reload the matrix, you
can use the dataset and then use the mkmat command. See
help mkmat
or [P] matrix mkmat.
|