Calculates predicted values for a new data set (or the original data) by pooling predictions across all multiply-imputed models.
# S3 method for scf_model_result
predict(object, newdata, type = "link", ...)A numeric vector of pooled predicted values (mean prediction across implicates).
An object of class 'scf_model_result'.
A data frame containing variables for which to predict. If missing, predictions are made on the original data (from the first implicate).
Character string specifying the type of prediction. Options are "link" (default, linear predictor) or "response" (fitted values on the outcome scale).
Additional arguments passed to predict.glm.