Description Usage Arguments Details Slots
ModelEstimates stores information about MLE estimates of a spatial stochastic frontier model
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 | status(object)
resultParams(object)
hessian(object)
stdErrors(object)
efficiencies(object)
## S4 method for signature 'ModelEstimates'
show(object)
## S4 method for signature 'ModelEstimates'
coefficients(object)
## S4 method for signature 'ModelEstimates'
resultParams(object)
## S4 method for signature 'ModelEstimates'
fitted(object)
## S4 method for signature 'ModelEstimates'
efficiencies(object)
## S4 method for signature 'ModelEstimates'
residuals(object)
## S4 method for signature 'ModelEstimates'
stdErrors(object)
## S4 method for signature 'ModelEstimates'
hessian(object)
## S4 method for signature 'ModelEstimates'
status(object)
## S4 method for signature 'ModelEstimates'
summary(object)
|
object |
an object of ModelEstimates class |
ModelEstimates stores all parameter estimates and additional statistics, available after estimation of a spatial stochastic frontier model.
coefficientsestimated values of model parameters
resultParamsraw estimated values
statusmodel estimation status:
0 - Success
1 - Failed; convergence is not achieved
1000 - Failed; unexpected exception
1001 - Failed; Initial values for MLE cannot be estimated
1002 - Failed; Maximum likelihood function is infinite
logLvalue of the log-likelihood function
logLcallsinformation abour a number of log-likelihood function and its gradient function calls
hessianHessian matrix for estimated coefficients
stdErrorsstandard errors of estimated coefficients
residualsmodel residuals
fittedmodel fitted values
efficienciesestimates of efficiency values for sample observations
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.