Tabular summaries of power simulation
summary(sim, crit, thres, digits = 3, how = "greater")
A data.frame summary of power for each predictor for each combination of thresholds, sample size, signal-to-noise ratios.
A Sim or a SimCurve object, output from `sim_power()` or `sim_curve()`.
A string specifying the significance criteria.
A number or vector of numbers specifying the thresholds of "significance".
An integer for the number of decimal points to display.
A string, whether to compare the criterion 'greater' or 'lesser' than the threshold.