I'm trying to draw comparison across Logit, Probit and Linear Probability models with reference to the paper by Duflo et. al(2011). There's a Stata command that helps one to create such as a table, the command being :
*Table for comparing models
estimates table blogit blogitr bprobit bprobitr bols bolsr, t stats( N 11) b(%7.3f) stfmt(%8.2f)
Can someone explain how to choose N? Also, what is "b(%7.3f) stfmt(%8.2f)"
*Table for comparing models
estimates table blogit blogitr bprobit bprobitr bols bolsr, t stats( N 11) b(%7.3f) stfmt(%8.2f)
Can someone explain how to choose N? Also, what is "b(%7.3f) stfmt(%8.2f)"
Comment