boot_imp: Bootstrap Importance Function

View source: R/effective_functions.r

boot_impR Documentation

Bootstrap Importance Function

Description

Function to calculate bootstrap measures of importance. This function must be passed to the boot function.

Usage

boot_imp(data, inds, obj)

Arguments

data

A data frame

inds

Indices to be passed into the function.

obj

An object of class lm.

Value

A vector of standard deviation of predictions for each term in the model.


davidaarmstrong/psre documentation built on Aug. 28, 2024, 6:35 a.m.