The function print.ssfa
is used to display the values of SFA and SSFA estimated coefficients. In particular:
- for SFA the function displays the Intercept
, the regressors beta coefficients, the inefficiency variance sigmau2
, the stochastic error variance sigmav2
and the total variance sigma2
;
- for SSFA the function displays, in addition, the decomposition of the inefficiency variance into sigmau2_dmu
and sigmau2_sar
, respectively the part of inefficiency variance due to DMU's specificities and to the spatial dependence, and finally, the spatial lag parameter rho
.
The function summary.ssfa
is used to display the summary results of SFA and SSFA. In particular:
- for SFA the summary shows the estimation of SFA coefficients (Intercept
, beta coefficients, sigmau2
and sigmav2
) and others useful information as the total variance sigma2
, the inefficiency parameter Lambda
(sigmau/sigmav)
, the Moran I
statistic, the mean of efficiency, the LR-test and the AIC values;
- for SSFA the summary shows, in addition, the decomposition of the inefficiency variance into sigmau2_dmu
and sigmau2_sar
and the spatial lag parameter rho
.