Description Usage Arguments Author(s) Examples
Accessor for the tStats, a list which is created by the
calculateTStats
function, which itself requires the
calculateMeans
function to have been called previously.
1 2 3 4 |
object |
a SparseDataSet |
value |
a list |
Michael Love
1 2 3 4 | sds <- simulateSparseDataSet(5, c(5,5))
sds <- calculateMeans(sds)
sds <- calculateTStats(sds)
tStats(sds)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.