summary.mnetPower {modnets} | R Documentation |
Descriptive statistics for power simulation results
Description
A quick way to view the results of power simulations conducted with
mnetPowerSim
.
Usage
## S3 method for class 'mnetPower'
summary(object, ind = "all", order = NULL, decreasing = FALSE, ...)
Arguments
object |
Output from |
ind |
Character string or vector to indicate which aspects of the
results to view. If |
order |
Character string referring to which output index to organize output by. |
decreasing |
Logical. Determines whether to organize values from highest
to lowest or vice versa according to the value of the |
... |
Additional arguments. |
Value
Summary table, or list of summary tables.
See Also
Examples
x <- mnetPowerSim(niter = 10, N = c(100, 200))
summary(x)
plot(x)