JS | R Documentation |
Get and set JackStraw information
JS(object, ...)
JS(object, ...) <- value
## S3 method for class 'JackStrawData'
JS(object, slot, ...)
## S3 replacement method for class 'JackStrawData'
JS(object, slot, ...) <- value
## S3 method for class 'DimReduc'
JS(object, slot = NULL, ...)
## S3 replacement method for class 'DimReduc'
JS(object, slot = NULL, ...) <- value
object |
An object |
... |
Arguments passed to other methods |
value |
JackStraw information |
slot |
Name of slot to store JackStraw scores to Can shorten to 'empirical', 'fake', 'full', or 'overall' |
JS
: either a JackStrawData
object or the
specified jackstraw data
JS<-
: object
with the update jackstraw information
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.