I am getting different p values for the same coefficients when I am running a regression with eststo and when I am simply using xtreg. My commands are given below.
eststo: xtreg y x, fe cluster(d)
xtreg y x, fe cluster(d)
Are these two commands supposed to give different p values?
eststo: xtreg y x, fe cluster(d)
xtreg y x, fe cluster(d)
Are these two commands supposed to give different p values?
Comment