critValue {Benchmarking} | R Documentation |
Critical values from bootstrapped DEA models
Description
Calculates critical value for test using bootstrap output in DEA models
Usage
critValue(s, alpha=0.05)
Arguments
s |
Vector with calculated values of the statistic for each of
the |
alpha |
The size of the test |
Details
Needs bootstrapped values of the test statistic
Value
Returns the critical value
Author(s)
Peter Bogetoft and Lars Otto larsot23@gmail.com
See Also
boot.sw98
in FEAR, Paul W. Wilson (2008),
“FEAR 1.0: A Software Package for Frontier Efficiency Analysis
with R,” Socio-Economic Planning Sciences 42, 247–254
Examples
# The critical value for two-sided test in normal distribution found
# by simulation.
x <- rnorm(1000000)
critValue(x,.975)
[Package Benchmarking version 0.32 Index]