View source: R/effective_functions.r
boot_imp | R Documentation |
Function to calculate bootstrap measures of importance.
This function must be passed to the boot
function.
boot_imp(data, inds, obj)
data |
A data frame |
inds |
Indices to be passed into the function. |
obj |
An object of class |
A vector of standard deviation of predictions for each term in the model.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.