powered by
Generate a methods section summary for publication from a borg_result object.
# S3 method for borg_result summary( object, comparison = NULL, v = 5, style = c("apa", "nature", "ecology"), include_citation = TRUE, ... )
Character string with methods text (invisibly).
A borg_result object from borg().
borg_result
borg()
Optional. A borg_comparison object.
borg_comparison
Integer. Number of CV folds. Default: 5.
Character. Citation style.
Logical. Include BORG citation.
Additional arguments (currently unused).
set.seed(42) data <- data.frame( x = runif(100, 0, 100), y = runif(100, 0, 100), response = rnorm(100) ) result <- borg(data, coords = c("x", "y"), target = "response") summary(result)
Run the code above in your browser using DataLab