the maximum length of the lines in the print output,
...
further arguments.
Value
an object of class c("pvcm","panelmodel"), which has the following elements :
coefficientsthe vector (or the list for fixed effects) of coefficients,
residualsthe vector of residuals,
fitted.valuesthe vector of fitted.values,
vcovthe covariance matrix of the coefficients,
df.residualdegrees of freedom of the residuals,
modela data.frame containing the variables used for the
estimation,
callthe call,
Deltathe estimation of the covariance matrix of the
coefficients (random effect models only),
std.errorthe standard errors for all the coefficients for
each individual (within models only),
pvcm objects have print, summary and print.summary methods.
Details
The pvcm function enables the estimation of variable
coefficients models. Time or individual effects are introduced if
effect is fixed to "time" or "individual"
(the default value).
Coefficients are assumed to be fixed if model="within" and
random if model="random". In the first case, a different
model is estimated for each individual (or time period). In the second
case, the Swamy (1970) model is estimated. It is a
generalized least squares model which use the results of the previous model.
References
Swamy, P.A.V.B. (1970) Efficient Inference in a Random Coefficient
Regression Model, Econometrica, 38(2), pp.311--323.