Skip to content

summary not reporting the ppml robust coefficient t-values #20

@marcoaurelioguerrap

Description

@marcoaurelioguerrap

Hi, I'm using the ppml. When I use the ppml with the robust estimation, I get the correct values if I print the values below. But if I use the summary, I get the non-robust standard deviations.
Correction one:

> ppmlModel

Call:  y_ppml ~ dist_log + contiguity + common_language + colony_of_origin_ever + 
    colony_of_destination_ever + agree_eia + member_eu_joint + 
    member_wto_joint + exporter_iso3 + importer_iso3

Coefficients:
                            Estimate     Std. Error   z value      Pr(>|z|)   
(Intercept)                   4.079e+00    1.234e+00    3.304e+00    9.527e-04
dist_log                     -1.851e+00    9.825e-02   -1.884e+01    3.302e-79
contiguity                   -1.143e+00    1.745e-01   -6.550e+00    5.736e-11

Same model with wrong t-values

> summary(ppmlModel)

Call:
y_ppml ~ dist_log + contiguity + common_language + colony_of_origin_ever + 
    colony_of_destination_ever + agree_eia + member_eu_joint + 
    member_wto_joint + exporter_iso3 + importer_iso3

Deviance Residuals: 
    Min       1Q   Median       3Q      Max  
-461.65    -7.32    -0.80     3.47   435.70  

Coefficients:
         Estimate Std. Error t value Pr(>|t|)    
  [1,]  4.079e+00  2.592e+03   0.002  0.99874    
  [2,] -1.851e+00  4.957e-01  -3.735  0.00019 ***
  [3,] -1.143e+00  1.336e+00  -0.856  0.39224    

Anyways, appreciate your effort with this package. I'll try to see if I can figure it out. I'll comment here on any advance I have.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions