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: Dummy Variable
From
Sergiy Radyakin <[email protected]>
To
"[email protected]" <[email protected]>
Subject
Re: st: Dummy Variable
Date
Sat, 8 Jun 2013 13:45:17 -0400
This is not clear: "Now I need to create a column with the values of
constant term of the
regression for all the dummy which will be similar to the following"
Explain what is this mysterious column. Note that you can't change the
way Stata reports the estimation results, but the individual numbers
reported in those tables are accessible. Type: return list
See help for saved results.
If you want to use the estimated model to construct the estimate of
your outcome variable (y-hat) see the help for command predict.
Sergiy
On Sat, Jun 8, 2013 at 12:14 PM, Nabin Kafle <[email protected]> wrote:
> I have the following problem. I run a regression with a dummy variable. The
> result are displayed. Now I need to create a column of the constant for all
> the regressors.
>
> Example
>
> regr y x1 x2 x3 i.d
>
> It gives the values (suppose)
> x1= 2
> x2= 3
> x3= 4
> _const= 0.218
> d1= 1
> d2= 2
> d3= 3
>
>
> Now I need to create a column with the values of constant term of the
> regression for all the dummy which will be similar to the following
>
> 0.218
> 1.218
> 2.218
> 3.218
>
> Nabin Kafle
> *
> * For searches and help try:
> * http://www.stata.com/help.cgi?search
> * http://www.stata.com/support/faqs/resources/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/faqs/resources/statalist-faq/
* http://www.ats.ucla.edu/stat/stata/