|
|
|
|
| use data\HistoricalCountry.dta, clear
|
|
|
|
|
|
|
|
|
| eststo: areg Pop ChurchExpWest ChurchExpEast, absorb(country) r
|
| test ChurchExpWest = ChurchExpEast
|
| eststo: areg Pop ChurchExpWest ChurchExpEast i.year, absorb(country) r
|
| test ChurchExpWest = ChurchExpEast
|
| xi: eststo: areg Pop ChurchExpWest ChurchExpEast i.year*Roman, absorb(country) r
|
| test ChurchExpWest = ChurchExpEast
|
|
|
| eststo: areg urban_ ChurchExpWest ChurchExpEast, absorb(country) r
|
| test ChurchExpWest = ChurchExpEast
|
| eststo: areg urban_ ChurchExpWest ChurchExpEast i.year, absorb(country) r
|
| test ChurchExpWest = ChurchExpEast
|
| xi: eststo: areg urban_ ChurchExpWest ChurchExpEast i.year*Roman, absorb(country) r
|
| test ChurchExpWest = ChurchExpEast
|
|
|
| esttab using tables\TableC6.rtf, replace star(* 0.10 ** 0.05 *** 0.01) r2 se cells(b(star fmt(2)) se(par fmt(2)))
|
| eststo clear
|
|
|
|
|
|
|