View source: R/ppf_global_imp.R
ppf_global_imp | R Documentation |
Global importance measure for a PPforest object
ppf_global_imp(data, class, ppf)
data |
Data frame with the complete data set. |
class |
A character with the name of the class variable. |
ppf |
is a PPforest object |
Data frame with the global importance measure
#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)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.