Global importance measure for a PPforest object
Examples
#crab data set with all the observations used as training
pprf.crab <- PPforest(data = crab, std = TRUE, class = 'Type',
size.tr = 1, m = 200, size.p = .5, PPmethod = 'LDA', parallel = TRUE, cores = 2)
ppf_global_imp(data = crab, class = 'Type', pprf.crab)
#> # A tibble: 5 × 2
#> variable mean
#> <fct> <dbl>
#> 1 CW 0.395
#> 2 CL 0.369
#> 3 RW 0.289
#> 4 BD 0.254
#> 5 FL 0.230