shuffleAnova: Variable importance from iteratively shuffled orders of...

Description Usage Arguments Value Examples

Description

Runs multiple anova analyses to assess deviance explained by each predictor in shuffled orders, iteratively. Currently using only logistic regression. Could be generalized.

Usage

1
shuffleAnova(form, df, n = 5, test = "Chisq")

Arguments

form

formula to be passed to travCount.

df

data.frame of data to be used for analysis

n

number of iterations for shuffled ANOVA analysis

test

character string, statistical test to run. Default is 'Chisq'.

Value

data.frame of results

Examples

1
2
form <- as.formula('am~wt+gear+carb+cyl+hp+drat+qsec')
shuffleAnova(form, mtcars, n=50)

brooksandrew/Rsenal documentation built on May 13, 2019, 7:50 a.m.