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.
coefficients
estimated values of model parameters
resultParams
raw estimated values
status
model 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
logL
value of the log-likelihood function
logLcalls
information abour a number of log-likelihood function and its gradient function calls
hessian
Hessian matrix for estimated coefficients
stdErrors
standard errors of estimated coefficients
residuals
model residuals
fitted
model fitted values
efficiencies
estimates of efficiency values for sample observations
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.