# Without bootstrap
mrIML_rf <- mrIML::mrIML_bird_parasites_RF
vip_results <-mrVip(mrIML_rf, taxa = "Plas")
# With bootstrap
# \donttest{
mrIML_rf_boot <- mrIML_rf %>%
mrBootstrap(num_bootstrap = 5)
mrIML_rf_vip <- mrVip(
mrIML_rf,
mrBootstrap_obj = mrIML_rf_boot
)
# }
Run the code above in your browser using DataLab