Stata The Stata listserver
[Date Prev][Date Next][Thread Prev][Thread Next][Date index][Thread index]

st: RE: regress options with mktab


From   "Nick Winter" <[email protected]>
To   <[email protected]>
Subject   st: RE: regress options with mktab
Date   Thu, 24 Apr 2003 08:45:39 -0400

> -----Original Message-----
> From: Danielle H. Ferry [mailto:[email protected]] 
> Sent: Thursday, April 24, 2003 8:38 AM
> To: StataList
> Subject: st: regress options with mktab
> 
> 
> Dear Statalisters,
> 
> Is it possible to use regress options with mktab? 
> Specifically, I would like
> to use robust & cluster and have mktab report the robust SEs.
> 
> Thanks,
> Danielle Ferry

As author of -mktab-, I'll reply.  In short, yes.  Any options you
include in the command line that are NOT valid mktab options will be
passed along to the underlying estimation command.  So:

	. sysuse auto
	. mktab (mpg price weight length foreign) , robust
cluster(rep78)

-mktab- is a program that prints "journal-style" tables of model
estimation results, to screen, to a delimited text file, or to an html
table.  Other options for this sort of task are the user-written
programs -outreg- and -parmest-; as well as Stata 8's (somewhat limited)
-estimates table-.

--Nick Winter


*
*   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