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: local macro
From
"Mary E. Mackesy-Amiti" <[email protected]>
To
[email protected]
Subject
st: local macro
Date
Fri, 09 Apr 2010 10:05:32 -0500
Hello everyone,
I am using Stata 10.1. When I run the following commands from the
command line I have no problem, but when I run them from a do file, the
local macros are not created. What am I missing?
Mary Ellen
---------------------------------------------------
gllamm timeinj fup6 , i(partid) nrf(2) eqs(cons slope2) nip(2) ip(f)
fam(poi)
matrix a=e(b)
local ll= e(ll)
local k=e(k)
gllamm timeinj fup6 , i(partid) nrf(2) eqs(cons slope2) nip(3) ip(f)
from(a) ///
fam(poi) gateaux(-10 10 30) lf0(`k' `ll')
-----------------------------------------------------
*
* 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/