summary.cesEst returns a list of class summary.cesEst
that contains the elements of the provided object with with
following changes or additions:
coefficientsa matrix with four columns:
the estimated coefficients/parameters of the CES
(including a possible fixed \(\rho\)),
their standard errors, the t-statistic,
and corresponding (two-sided) P-values.
sigmasquare root of the estimated (asymptotic) variance
of the random error
(calculated without correcting for degrees of freedom).
r.squared\(R^2\)-value, i.e. the
‘fraction of variance explained by the model’.
If argument rSquaredLog is TRUE,
the \(R^2\)-value measures the fraction of the explained
variance of the logarithmized dependent variable.
vcovcovariance matrix of the estimated parameters
(including a possible fixed \(\rho\)).
elaa matrix with four columns:
the estimated elasticities of substitution,
their standard errors, the t-statistic,
and corresponding (two-sided) P-values
(only if argument ela is TRUE).
elaCovcovariance matrix of the estimated
elasticities of substitution
(only if argument ela is TRUE).