View source: R/access_slot_sensitivity.R
sensitivity | R Documentation |
Given a Xeva object, it will return a data.frame
detailing sensitivity information.
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.
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.