This function takes as input a result object from evaluateDE and prints out a table to summarize important error-rates-related quantities. The results are marginalized, meaning that they are averaged quantities over all strata and simulations. This provides a quick view of the statistical power analysis per sample size setup.

printEvalDE(evalRes)

Arguments

evalRes

The result object from evaluateDE.

Value

A matrix of results per sample size considered (rows). Columns include sample size, specified nomial significance level (for FDR or p-values), the actual marginal error rate and marginal TPR.

See also

Examples

if (FALSE) { ## for example evaluation result see \code{\link{evaluateDE}} }