I am estimating a variable coefficient model with time effect via function pvcm
from package plm
. I am using a within estimator. Unfortunately, I have difficulties with using the summary
command. It does not provide me usual output with standard errors, t-statistics, and p-values. Instead of the usual output, I see the information about quantile values of a particular variable. Could you help me with that? I would appreciate all the hints and suggestions.
summary(model1.pvcm)
Oneway (time) effect No-pooling model
Call:
pvcm(formula = dependent_variable ~ var1 + var2 + ......,
data = estimation_balanced,
effect = c("time"), model = "within", index = c("BID", "YEAR"))
Balanced Panel: n = 693, T = 4, N = 2772
Residuals:
Min. 1st Qu. Median 3rd Qu. Max.
-2.14103956 -0.01104022 0.00000000 0.01279167 2.75017609
Coefficients:
(Intercept) var1
Min. :0.000000 Min. :-0.027970
1st Qu.:0.009435 1st Qu.:-0.019728
Median :0.037489 Median :-0.011825
Mean :0.046593 Mean :-0.012905