print.poweRbal_data {poweRbal} | R Documentation |
Print and summary method for poweRbal_data objects
Description
This function prints the contents of an object of class poweRbal_data
.
It provides a brief summary of the object structure and its contents.
This function provides a summary of an object of class poweRbal_data
.
It offers a high-level overview of the contents and their structure.
Usage
## S3 method for class 'poweRbal_data'
print(x, ...)
## S3 method for class 'poweRbal_data'
summary(object, ...)
Arguments
x |
An object of class
|
... |
Additional arguments passed to the |
object |
An object of class |
Value
print.poweRbal_data
No return value, as the primary purpose
of this function is the side effect (printing).
summary.poweRbal_data
No return value, as the primary purpose
of this function is the side effect (printing summary).
Examples
# Printing a 'poweRbal_data' object:
pc1 <- powerComp(tss = c("Sackin", "Colless", "B1I"),
alt_models = list(list("aldous",-1), "pda", "etm"),
n = 8L, N_null = 40L, N_alt = 20L)
pc1
# Summary of a 'poweRbal_data' object:
summary(pc1)