Notice: On April 23, 2014, Statalist moved from an email list to a forum, based at statalist.org.
From | "Michael C. Morrison" <Morrimic@niacc.edu> |
To | statalist@hsphsun2.harvard.edu |
Subject | st: Too few quotes error |
Date | Mon, 28 Mar 2011 15:48:45 -0500 |
// calculate elasticities at deciles over full sample: forvalues i=10(10)90 { quietly margins, eyex(_all) at((p`i´) _all) local rn "`rn´ p`i´" matrix nu = nullmat(nu) \ r(b) } matrix rownames nu = `rn´ matrix list nu, format(%6.3f) ti("Elasticities") I receive the following error "too few quotes" right after } What am I missing? Mike * * 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/