forked from jpburgard/gravity
-
-
Notifications
You must be signed in to change notification settings - Fork 13
Open
Description
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.
pachadotdev
Metadata
Metadata
Assignees
Labels
No labels