Home Forums ASDOC : Easy Publication Quality Tables in Stata Report within r-squared (R2) in fixed effects model with asdocx in Stata

Tagged: , , ,

Viewing 1 post (of 1 total)
  • Author
    Posts
  • Fidan Abdullayev
    Guest
    Post count: 118

    Dear Dr. Shah,

    I have on issue regarding the R2 in my regression table. Below my codes to generate the table. I am getting the Pseudo R2 with .z written as a result not the number. However, I want to demonstrate within R2 results from my fixed-effects estimation results. How can solve this issue?

    asdoc xtreg fdi lrpop lremp lrgdp lropennes lroilrez lrgasrez lrbits, replace cnames(I) save(FE) nest
    
    asdoc xtreg fdi lrpop lremp lrgdp lropennes lroilrez lrgasrez lrbits vaac bitsvaac, cnames(II) save(FE) nest
    
    asdoc xtreg fdi lrpop lremp lrgdp lropennes lroilrez lrgasrez lrbits polsta bitspolsta , cnames(III) save(FE) nest
    
    asdoc xtreg fdi lrpop lremp lrgdp lropennes lroilrez lrgasrez lrbits law bitslaw, cnames(IV) save(FE) nest
    
    asdoc xtreg fdi lrpop lremp lrgdp lropennes lroilrez lrgasrez lrbits corrup bitscorrup, cnames(V) save(FE) nest
    
    asdoc xtreg fdi lrpop lremp lrgdp lropennes lroilrez lrgasrez lrbits regulator bitsregulator, cnames(VI) save(FE) nest
    
    asdoc xtreg fdi lrpop lremp lrgdp lropennes lroilrez lrgasrez lrbits govef bitsgovef, cnames(VII) save(FE) nest
Viewing 1 post (of 1 total)
  • You must be logged in to reply to this topic.