basic.tmPrint {pwrFDR} | R Documentation |
Wrapper to Print a Basic Nicely Formatted Table
Description
Creates a generic call to print.TableMonster which in turn calls xtable
Usage
basic.tmPrint(x, special = NULL, simple = FALSE, dbg = FALSE, ...)
Arguments
x |
Any data.frame object. Here, the result of a call to pwrFDR. |
special |
Special arguments to print.TableMonster. See package documentation. |
simple |
The simplest use case |
dbg |
Set to a value >= 1 for debugging |
... |
Other arguments |
Value
The value returned is an invisible version of the argument ‘x’.
Author(s)
Grant Izmirlian
[Package pwrFDR version 3.2.4 Index]