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

Re: st: changing beta coefficients


From   Richard Williams <[email protected]>
To   [email protected]
Subject   Re: st: changing beta coefficients
Date   Mon, 11 Apr 2005 06:18:41 -0500

At 10:23 AM 4/11/2005 +0200, Peter Haan wrote:
dear stata list,

I have the following question:

Is it possibe to change the estimated vector of beta coefficients by hand.
I want to predict with a slightly different beta vector than the
estimated,
The idea is to replace the estimated vector e(b) by an artificial e(b*) and then to use the command pred,
however, as far as I know I cannot change e(b).
Yes you can. Check out -ereturn repost-. You might, for example, do something like

tempname bmat
matrix `bmat' = e(b)
...Make changes to `bmat'...
ereturn repost b = `bmat'



-------------------------------------------
Richard Williams, Notre Dame Dept of Sociology
OFFICE: (574)631-6668, (574)631-6463
FAX: (574)288-4373
HOME: (574)289-5227
EMAIL: [email protected]
WWW (personal): http://www.nd.edu/~rwilliam
WWW (department): http://www.nd.edu/~soc

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