summary.predictions: Summarize a predictions
object
Description
Summarize a predictions
object
Usage
# S3 method for predictions
summary(object, ...)
Arguments
object
An object produced by the predictions
function
...
The "Model-Specific Arguments" section below gives a list of arguments which can modify the behavior of this function for certain models (e.g., mixed-effects or bayesian).
Value
Data frame of summary statistics for an object produced by the
predictions
function