Hello, My question is mostly based on the econometric though I understand that this is a stata forum.
This is my probit model:
i represents individuals and j represents households.
I am not so sure how I should write out its MLE.
This is what I have :
Should I imclude another summation from j=1 to M?
Or I can leave it as it is?
This is my probit model:
Code:
Prob[y_ij=1]= Φ(β_0+ β_1 〖Educ〗_j+ X_ij^' β_2+X_j^' β_3+μ_ij )
I am not so sure how I should write out its MLE.
This is what I have :
Code:
L= ∑_(i=1)^N▒y_ij 〖log〗_e [Φ(β_0+ β_1 〖Educ〗_j+ X_ij^' β_(2 )+X_j^' β_█(3@ ) )]+∑_(i=1)^N▒( 1-y_ij)〖log〗_e [1-Φ(β_0+ β_1 〖Educ〗_j+ X_ij^' β_2+ X_j^' β_(3 ))]
Or I can leave it as it is?
Comment