Ben,
thank you very much for your help.
It works well, though I do not understand the typing clearly.
Thank you.
Best regards,
Rose.
----- Original Message -----
From: Ben Jann <[email protected]>
To: [email protected]
Subject: Re: st: How to make certain variable names and related coefficients red in the word in the -estout-?
Date: 2009-8-17 17:12:17
The issue with colors is that a color table has to be defined before
the colors can be used in RTF. The main problem is how to get the
color table into the document. Although not very elegant, you could
use the -title()- option for this. Here is an example with blue and
red:
sysuse auto, clear
reg price weight mpg
local colortbl "{\colortbl;\red255\green0\blue0;\red0\green0\blue255;}"
esttab using test.rtf, replace ///
title(`colortbl'Table 1: blah) ///
coeflabels(weight "{\cf1 weight}" mpg "{\cf2 mpg}")
Another approach would be to hack esttab.ado and hardwire the color
table in the beginning where the RTF preamble is defined.
ben
2009/8/16 <[email protected]>:
> Dear statalists,
>
> I have a question on the -esttab-. I want to esttab results to word.
> Is there a way to make certain 爒ariable names and related coefficients red in the word?
> Or make the contents of -addnotes- option in the -esttab- red?
>
> Thank you very much for any help.
>
>
>
> Best regards,
>
> Rose.
>
>
> *
> * 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/
>
*
* 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/
*
* 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/