hist_jack_ks: Histogram with Jackstrap Efficiency Indicators: This function...

Description Usage Arguments Value Examples

View source: R/hist_jack_ks.R

Description

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.

Usage

1
hist_jack_ks(efficiency, model_hist_ks)

Arguments

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.

Value

Return the plot with efficiency indicators with complete sample and/or without outliers by combination leverage level and K-S test;

Examples

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)
 

jackstrap documentation built on July 1, 2020, 6:44 p.m.