aov_perm_test: AOV permutation test

Description Usage Arguments

Description

Performs a permutation test to assess variability among groups in data with non-normally-distributed variance

Usage

1
2
3
  aov_perm_test(n, d, cat_var, data_var,
    print_hist = FALSE, save_hist = TRUE, title = NULL,
    fn = NA)

Arguments

n

Number of permutations

d

Data frame to permute

cat_var

Name of categorical (independant) variable, as a string. Should work as a column number as well.

data_var

Name of random (dependant) variable, as a string. Should work as a column number as well.

print_hist

If 'true', plot the histogram of F values.

save_hist

If 'true', save the histogram of F values

title

Title of the histogram

fn

Filename, as a string, to save the histogram


adsteen/Lloyd.et.al.Cell.abundance.metaanalysis documentation built on May 10, 2019, 7:26 a.m.