| as.data.frame.qshap_result | R Documentation |
Coercion method to data.frame for qshap_result
## S3 method for class 'qshap_result'
as.data.frame(x, row.names = NULL, optional = FALSE, ...)
x |
A qshap_result object |
row.names |
Not used |
optional |
Not used |
... |
Additional arguments (currently unused) |
A data.frame with columns feature (character) and
rsq (numeric), sorted by rsq in decreasing order.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.