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:su.zh@husky.neu.edu
*
* 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/