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.


psre documentation built on Aug. 8, 2022, 5:05 p.m.

Related to boot_imp in psre...