powered by
AirResult
Produces a compact, human-readable summary of the ranking results returned by Air.
Air
# S3 method for AirResult summary(object, ...)
Invisibly returns object. The function is invoked for its printing side-effect.
object
An object of class "AirResult".
"AirResult"
Additional arguments (ignored; included for S3 compatibility).
set.seed(314) X <- matrix(rnorm(500), 50, 100) y <- X[, 1] - 2*X[, 3] + rnorm(50) res <- Air(X, y, penalty_type = "both") summary(res)
Run the code above in your browser using DataLab