View source: R/generateFigures.R
generate_pi_ECDF_plot | R Documentation |
Creates a plot of the empirical cumulative density function showing the sum of absolute deviations by fraction of data.
generate_pi_ECDF_plot(permutedvalues, quantiledata)
permutedvalues |
a tibble of feature ranks, feature names, feature importance scores, log feature importance scores and permutation # generated by the load_permuted_fws function |
quantiledata |
a tibble containing: feature ranks, mean, lower, upper, and observed as well as logmean, loglower, logupper, logobserved generated by the calculateQuantiles function |
A plot of the empirical cumulative density function showing the sum of absolute deviations by fraction of data.
ecdf_plot<-generate_pi_ECDF_plot(feat_importances$permuted_importances, quantile_data)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.