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]
st: AW: AW: Graph point estimate and confidence intervals
From
"Martin Weiss" <[email protected]>
To
<[email protected]>
Subject
st: AW: AW: Graph point estimate and confidence intervals
Date
Wed, 4 Aug 2010 17:18:56 +0200
<>
*************
sysuse auto, clear
capture which parmest
if _rc ssc install parmest
logit foreign gear_ratio i.rep78
parmest, saving(myfile, replace)
u myfile, clear
encode(parm), gen(parameter)
eclplot estimate min95 max95 parameter, /*
*/ eplottype(scatter) rplottype(rcap) /*
*/ estopts(sort) xlab(#6, angle(45))
*************
HTH
Martin
-----Ursprüngliche Nachricht-----
Von: [email protected]
[mailto:[email protected]] Im Auftrag von Martin Weiss
Gesendet: Mittwoch, 4. August 2010 17:05
An: [email protected]
Betreff: st: AW: Graph point estimate and confidence intervals
<>
*************
ssc d eclplot
*************
by Roger Newson.
HTH
Martin
-----Ursprüngliche Nachricht-----
Von: [email protected]
[mailto:[email protected]] Im Auftrag von Weichle, Thomas
Gesendet: Mittwoch, 4. August 2010 17:01
An: [email protected]
Betreff: st: Graph point estimate and confidence intervals
Hi Statalisters,
I'm trying to graph point estimates and confidence intervals after a
logistic regression. I've found the command called "gorciv" which
should allow me to do so but I'm having trouble getting it to work. It
doesn't like my factor variable in the model which is a numeric variable
for diagnosis year. Does anyone have experience graphing point
estimates and C.I.s after producing model estimates?
Tom Weichle
Math Statistician
Center for Management of Complex Chronic Care (CMC3)
Hines VA Hospital, Bldg 1, C202
708-202-8387 ext. 24261
[email protected]
*
* 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/