Global importance measure for a PPforest object
Arguments
- data
Data frame with the complete data set.
- class
A character with the name of the class variable.
- ppf
is 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.383
#> 2 CL 0.356
#> 3 RW 0.305
#> 4 BD 0.257
#> 5 FL 0.224