Description Usage Arguments Value Examples
View source: R/summary_jackstrap.R
Summary Jackstrap: This function shows the main outcomes with outlier technique developed by Sousa and Stosic(2005).
1 | summary_jackstrap(object_jackstrap, data)
|
object_jackstrap |
is the jackstrap object created by jackstrap function. |
data |
is the dataset of research. |
Return the data frame with information as follows: "outliers_by_step_func" are the outliers by heaviside step function criterion; "outliers_by_ks" are the outliers by K-S test; "dmu_efficiency_by_step_func" are DMUs evaluated as efficient by heaviside step function criterion; "dmu_inefficiency_by_step_func" are the DMUs evaluated as maximum inefficient by heaviside step function criterion; "dmu_efficiency_ks" are DMUs evaluated as efficient by K-S test criterion; "dmu_inefficiency_by_ks" are the DMUs evaluated as maximum inefficient by K-S test criterion.
1 2 3 4 5 |
#Create object with the resume of efficiency measurement.
summary_efficiency <- summary_jackstrap(efficiency_ks, municipalities)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.