as.data.frame.PowerAndAverageSampleNumberResult {rpact} | R Documentation |
Returns the PowerAndAverageSampleNumberResult
as data frame.
## S3 method for class 'PowerAndAverageSampleNumberResult'
as.data.frame(
x,
row.names = NULL,
optional = FALSE,
niceColumnNamesEnabled = FALSE,
includeAllParameters = FALSE,
...
)
x |
A |
niceColumnNamesEnabled |
Logical. If |
includeAllParameters |
Logical. If |
... |
Ensures that all arguments (starting from the "...") are to be named and that a warning will be displayed if unknown arguments are passed. |
Coerces the PowerAndAverageSampleNumberResult
object to a data frame.
Returns a data.frame
.
## Not run:
data <- as.data.frame(getPowerAndAverageSampleNumber(getDesignGroupSequential()))
head(data)
dim(data)
## End(Not run)