Prediction method for objects of the class "summary_lm_mat"
# S3 method for summary_lm_mat
predict(object, newdata, se.fit = FALSE, df = Inf,
interval = "none", level = 0.95, ...)
Object of class inheriting from "summary_lm_mat"
An optional data frame in which to look for variables with which to predict. If omitted, the fitted values are used.
A switch indicating if standard errors are required.
Degrees of freedom for scale.
Type of interval calculation. Can be abbreviated.
Tolerance/confidence level.
further arguments passed to or from other methods.
An set of predicted values