A generic function to get predictions for statistical models.
Usage
get_predictions(model.obj, classify, pred.obj = NULL, ...)
# Default S3 method
get_predictions(model.obj, ...)
# S3 method for class 'asreml'
get_predictions(model.obj, classify, pred.obj = NULL, ...)
# S3 method for class 'lm'
get_predictions(model.obj, classify, ...)
# S3 method for class 'lmerMod'
get_predictions(model.obj, classify, ...)
# S3 method for class 'lmerModLmerTest'
get_predictions(model.obj, classify, ...)