| summary.BorgRisk | R Documentation |
Print a summary of detected risks.
## S3 method for class 'BorgRisk'
summary(object, ...)
object |
A |
... |
Additional arguments (currently unused). |
The object invisibly.
data <- data.frame(x = 1:100, y = 101:200)
risk <- borg_inspect(data, train_idx = 1:60, test_idx = 51:100)
summary(risk)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.