| JackStrawData-methods | R Documentation |
JackStrawData MethodsMethods for JackStrawData objects for generics defined in
other packages
## S3 method for class 'JackStrawData'
.DollarNames(x, pattern = "")
## S3 method for class 'JackStrawData'
x$i, ...
## S3 method for class 'JackStrawData'
as.logical(x, ...)
## S4 method for signature 'JackStrawData'
show(object)
x, object |
A |
pattern |
A regular expression. Only matching names are returned. |
i |
A |
... |
Ignored |
$: Slot i from x
as.logical: TRUE if empirical p-values have been
calculated otherwise FALSE
show: Prints summary to stdout and
invisibly returns NULL
.DollarNames(JackStrawData): Autocompletion for $ access on a
JackStrawData object
$: Access data from a JackStrawData
object
as.logical(JackStrawData): Have empirical p-values for a
JackStrawData object been calculated
show(JackStrawData): Overview of a JackStrawData object
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.