Notice: On April 23, 2014, Statalist moved from an email list to a forum, based at statalist.org.
From | aschaich@smail.uni-koeln.de |
To | statalist@hsphsun2.harvard.edu |
Subject | Re: st: RE: AW: Re: |
Date | Tue, 23 Feb 2010 19:03:28 +0100 |
Hey guys, sorry for having bothered you again, I found the solution in the meantime! In case someone is interested, here´s the syntax: log using test, replace use "C:\...\ALL_complete_1.1.dta" centile PF_norm, centile(5 50 95) postfile internal lower_ci95 centile_95 upper_ci95 using "filename", replace post internal (r(lb_3)) (r(c_3)) (r(ub_3)) clear use "C:\...\ALL_complete_1.2.dta" centile PF_norm, centile(5 50 95) post internal (r(lb_3)) (r(c_3)) (r(ub_3)) postclose internal clear log close Still thanks for the help you gave me so far! Andreas * * 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/