Learn R Programming

frontiles (version 1.3.1)

frontiles-package: alpha-quantile efficiency score and 2d/3d representation of frontier

Description

It calculates the alpha-quantile efficiency score and order-m score in multi-dimension and gives representation of alpha-quantile efficiency frontier. This work was supported by the agence nationale de la recherche through the EPI project (ANR-08-BLAN-0106-01)

Arguments

Author

Abdelaati Daouia and Thibault Laurent

Maintainer: <thibault.laurent@univ-tlse1.fr>

Details

Package:frontiles
Type:Package
Version:1.2
Date:2023-04-01
License:GPL Vesion 2 or later
LazyLoad:yes

References

Daouia, A. and L. Simar (2007), Nonparametric efficiency analysis: A multivariate conditional quantile approach, Journal of Econometrics 140, 375-400.

Examples

Run this code
data(spain)
xobs=as.matrix(spain[,3:4])
yobs=as.matrix(spain[,1])
score.ref.1<-alphascore(xobs,yobs)

Run the code above in your browser using DataLab