print.poweRbal_data | R Documentation |
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.
## S3 method for class 'poweRbal_data'
print(x, ...)
## S3 method for class 'poweRbal_data'
summary(object, ...)
x |
An object of class
|
... |
Additional arguments passed to the |
object |
An object of class |
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).
# 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)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.