Learn R Programming

TANOVA (version 1.0.0)

fdr.table: TANOVA False Discovery Table

Description

It's an internal function. The function compare ANOVA F-statistics to null distribution generated by Bootstrap resampling to estimate False Discovery Rate

Usage

fdr.table(obj)

Arguments

obj
List object containing at least two components: one is the F-statistics for ANOVA, the other is the bootstrap generated null distribution of F-statistics

Value

table
a matrix contains estimated false discovery rate at various cutoffs

See Also

tanova