powered by
Calculates critical value for test using bootstrap output in DEA models
critValue(s, alpha=0.05)
Returns the critical value
Vector with calculated values of the statistic for each of the NREP bootstraps; NREP is from boot.sw98
NREP
boot.sw98
The size of the test
Peter Bogetoft and Lars Otto larsot23@gmail.com
Needs bootstrapped values of the test statistic
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
# The critical value for two-sided test in normal distribution found # by simulation. x <- rnorm(1000000) critValue(x,.975)
Run the code above in your browser using DataLab