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: mvprobit within program define
From
Zhi Su <[email protected]>
To
statalist <[email protected]>
Subject
st: mvprobit within program define
Date
Wed, 6 Jul 2011 22:27:26 -0400
Dear Statalists,
I need to define a program that can return the observations that are
used in multivariate probit model. Here is the program I write
capture program drop NHreg
program define NHreg,eclass
mvprobit (T1=`basic') (T2=`basic') (T3=`basic') (T4=`basic'),robust
ereturn scalar O=e(N)
end
Then in stata I run written command
NHreg
Stata return " J(): 3204 matrix found where scalar required
<istmt>: - function returned error
"
Do anyone know what is wrong here?
Thank you!
--
Zhi Su
348 Holmes Hall
Northeastern University
360 Huntington Avenue
Boston, MA 02115
Office:1-617-373-2316
email:[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/