Description Usage Arguments Details Value Author(s) References Examples
Computing and plotting the technical efficiency.
1 | TE(theta,Y,X,family=1)
|
theta |
The estimated parameters form the model |
Y |
Vector of dependent variable |
X |
Matrix of independent variable |
family |
Copula function eg. Gaussain=1, Student-t=2 (see, Vinecopula package) |
Computing and plotting the technical efficiency.
itemOutput Technical efficiency series itemplot Plot of Technical efficiency
Woraphon Yamaka
Wiboonpongse, A., Liu, J., Sriboonchitta, S., & Denoeux, T. (2015). Modeling dependence between error components of the stochastic frontier model using copula: application to intercrop coffee production in Northern Thailand. International Journal of Approximate Reasoning, 65, 34-44.
1 2 | #EX: Plot the technical efficiency
te1=TE(model$result[,1],Y,X)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.