varImportance {predicts}R Documentation

Get variable importance

Description

Get variable importance.

Usage

varImportance(model, data, vars=colnames(data), n=10)

Arguments

model

a model object

data

data.frame with data for all model variables

vars

character. The variables of interest

n

positive integer. Number of simulations

Value

named numeric vector


[Package predicts version 0.1-11 Index]