Description Usage Arguments Value Author(s) See Also
View source: R/coef.front41Output.R
These methods return the coefficients and their covariance matrix from a model estimated by Frontier 4.1.
1 2 3 4 5 6 7 8 |
object |
an object of class |
which |
character string indication, which coefficients should be returned: either 'OLS' (from OLS estimation), 'GRID' (from grid search), or 'MLE' (from maximum likelihood estimation). |
... |
currently ignored. |
The coef method applied to an object of class front41Output
returns a vector containing all
coefficients estimated by Frontier 4.1.
The coef method applied to an object of class
summary.front41Output returns a matrix containing
the estimates, their standard errors, the t values and P values
of all coefficients estimated by Frontier 4.1.
The vcov method returns the covariance matrix
of all coefficients estimated by Frontier 4.1.
Arne Henningsen
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.