print.possa_sim_df {POSSA} | R Documentation |
Print sim results
Description
Prints information about the simulated p values created by the
POSSA::sim
function. This is an extension (method)
of the base R print
function, so it can be called simply as
print()
.
Usage
## S3 method for class 'possa_sim_df'
print(x, group_by = NULL, descr_cols = TRUE, descr_func = summary, ...)
Arguments
x |
The |
group_by |
When given as a character element or vector, specifies the
factors by which to group the descriptives: the |
descr_cols |
When given as a character element or vector, specifies the
factors for which descriptive data should be shown (by group, if
applicable). By default |
descr_func |
Function used for printing descriptives (see
|
... |
(Allow additional arguments for technical reasons.) |
Value
Returns nothing (NULL
); this method serves only to print
information to the console.