Description Usage Arguments Value Examples
View source: R/access_slot_sensitivity.R
Given a Xeva object, it will return a data.frame
detailing sensitivity information.
1 2 | sensitivity(object, type = c("model", "batch"),
sensitivity.measure = NULL)
|
object |
The |
type |
Sensitivity type (either model or batch). |
sensitivity.measure |
Name of the |
A data.frame
with model or batch ID and sensitivity values.
1 2 3 | data(brca)
head(sensitivity(brca, type="batch"))
head(sensitivity(brca, type="model"))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.