Notice: On April 23, 2014, Statalist moved from an email list to a forum, based at statalist.org.
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: st: Problem with esttab matrix() and rtf files
From
Carsten Sauer <[email protected]>
To
[email protected]
Subject
Re: st: Problem with esttab matrix() and rtf files
Date
Wed, 01 Feb 2012 22:07:05 +0100
This example works for me:
sysuse auto, clear
reg price mpg
matrix A = e(b)
esttab m(A) using test.rtf, replace
esttab is a wrapper for estout. Maybe your estout ado is not up to date.
Carsten
Am 01.02.2012 16:34, schrieb Christophe Kolodziejczyk:
Dear Statalist members,
I am trying to produce a rtf file from a matrix and have typed the
following esttab command
esttab m(A) using filename.rtf , replace
and I get the following error message
varlist not allowed
r(101);
The command works if the extentsion of the filename is .txt instead of rtf.
I use stata version 12 and the version of esttab is 2.0.5 09mar2009.
Does anyone has experienced a similar problem and has a fix to it?
Thanks in advance for your help
Best
Christophe
*
* 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/
--
Carsten Sauer
SFB 882 "Von Heterogenitäten zu Ungleichheiten"
Teilprojekt A6 "Die Legitimation von Ungleichheiten - Strukturelle Bedingungen von Gerechtigkeitseinstellungen"
Fakultät für Soziologie
Universität Bielefeld
Postfach 10 01 31
33501 Bielefeld
Tel.: 0521 106-67291/-6948 (Sekr. Frau Fischer)
Fax: 0521 106-6479
*
* 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/