Learn R Programming

psre (version 0.1.2)

boot_imp: 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)

Value

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

Arguments

data

A data frame

inds

Indices to be passed into the function.

obj

An object of class lm.