Description Usage Arguments Value Examples
Histogram with Jackstrap Efficiency Indicators: This function builds graphics with distributions of efficiency indicators without outliers and complete sample. The outliers are defined by K-S Test.
1 | hist_jack_ks(efficiency, model_hist_ks)
|
efficiency |
is the jackstrap object created by jackstrap function. |
model_hist_ks |
is the desired graphic model. There are four kinds: 1- Density Histogram of efficiency indicator with complete sample and without outliers by K-S test; 2 - Histogram of efficiency with complete sample and without outliers by K-S test; 3 - Histogram of efficiency without ouliers by K-S test; 4 - Histogram of efficiency with complete sample. |
Return the plot with efficiency indicators with complete sample and/or without outliers by combination leverage level and K-S test;
1 2 3 4 5 6 7 8 |
#Build charts with efficiency indicators with jackstrap method and K-S test criterion
hist_jack_ks(efficiency_ks, 1)
hist_jack_ks(efficiency_ks, 2)
hist_jack_ks(efficiency_ks, 3)
hist_jack_ks(efficiency_ks, 4)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.