Description Usage Arguments Value Examples
View source: R/plot_jackstrap_ks.R
Plot Jackstrap KS: This function plots p-value of Kolmogorov-Smirnov Test in decreasing order of leverage.
1 | plot_jackstrap_ks(data_plot, model_plot)
|
data_plot |
is the jackstrap object created by jackstrap function. |
model_plot |
is the desired model. There are two models: 1 - The graphic shows the amount of removed DMU on x axis and p-value of K-S test on y axis; 2 - The graphic shows DMU code on x axis and p-value of K-S test on y axis. |
Return the plot with p-value of K-S test and removed DMU or DMU code.
1 2 3 4 5 |
##Plot the dispersion chart with p value of K-S test and amount of DMU removed.
plot_jackstrap_ks(effic_ks, 1)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.