Bookmark and Share

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: comparing probit coefficients across two groups


From   Ebru Ozturk <[email protected]>
To   <[email protected]>
Subject   st: comparing probit coefficients across two groups
Date   Fri, 4 Jan 2013 20:25:43 +0200

Dear All,

I run two models below with Probit estimation on Stata 10. First model covers firms that collaborate and the second model covers firms that do not collaborate. I want to compare the coefficients' of "s_breadth" variable. I cannot understand quite that whether -oglm- command applies to this type of problem. Can anyone make it clear?


///// example //////

probit radical_d businessgrp logemp continuous_rd process_inn product_inn total_innv ind1 s_breadth if collab_developd==1
estimates store collab1
probit radical_d businessgrp logemp continuous_rd process_inn product_inn total_innv ind1 s_breadth if collab_developd==0
estimates store collab0
suest collab1 collab0
test [collab1]s_breadth = [collab0]s_breadth 		 	   		  
*
*   For searches and help try:
*   http://www.stata.com/help.cgi?search
*   http://www.stata.com/support/faqs/resources/statalist-faq/
*   http://www.ats.ucla.edu/stat/stata/


© Copyright 1996–2018 StataCorp LLC   |   Terms of use   |   Privacy   |   Contact us   |   Site index