Statalist


[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: st: re: math operations with estimation results from two different estimates


From   "Martin Weiss" <[email protected]>
To   [email protected]
Subject   Re: st: re: math operations with estimation results from two different estimates
Date   Sun, 15 Mar 2009 15:18:16 +0100

<>


sysuse auto,clear
reg price mpg weight turn
estimates store estimate1

reg price mpg headroom trunk
estimates store estimate2

*after some time
estimates restore estimate1
scalar rss1 = e(rss)

estimates restore estimate2
scalar rssd = e(rss) - rss1

di "difference in error SS: " rssd

HTH
Martin
-------- Original-Nachricht --------
> Datum: Sun, 15 Mar 2009 15:10:23 +0100
> Von: Dragutin Culinovic <[email protected]>
> An: STATALIST <[email protected]>
> Betreff: Re: st: re: math operations with estimation results from two 	different estimates

> Yes, but what if I have results from estimates stored in eg. estimate1
> and estimate2.
> 
> THX
> 
> On Sun, Mar 15, 2009 at 1:28 PM, Kit Baum <[email protected]> wrote:
> > <>
> > Dragutin said
> >
> > I would like to subtract value of SSR from estimate stored in e1, from
> > that stored in e2.
> >
> > "SSR" is ambiguous in that some textbooks define it as SS due to
> Regression
> > (model SS) and some define it as SS Residuals (error SS). Let's assume
> he
> > means the latter.
> >
> > sysuse auto,clear
> > reg price mpg weight turn
> > scalar rss1 = e(rss)
> > reg price mpg headroom trunk
> > scalar rssd = e(rss) - rss1
> > di "difference in error SS: " rssd
> >
> > Kit Baum   |   Boston College Economics and DIW Berlin   |
> 
> *
> *   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/

-- 
Martin Weiss
Hackersteigle 3
72076 Tübingen
00497071/793535
00491784597218

Nur bis 16.03.! DSL-Komplettanschluss inkl. WLAN-Modem für nur 
17,95 ¿/mtl. + 1 Monat gratis!* http://dsl.gmx.de/?ac=OM.AD.PD003K11308T4569a
*
*   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/



© Copyright 1996–2024 StataCorp LLC   |   Terms of use   |   Privacy   |   Contact us   |   What's new   |   Site index