| summary.qshap_rsq | R Documentation |
Provides a summary of the qshap_rsq object, showing the top features by R-squared contribution
## S3 method for class 'qshap_rsq'
summary(object, n = 10, ...)
object |
A |
n |
Integer number of top features to display (default: 10) |
... |
Additional arguments (currently unused) |
The input object is returned invisibly. Called primarily for
its side effect of printing a summary of the qshap_rsq object to
the console.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.