Processing to predict response for various actual vs expected plots
predict_outcome(
target,
model_object,
dataset,
prediction_type = NULL,
weights = NULL
)Returns a dataframe of Actual and Predicted Values
String of target variable name.
Model object. prettyglm currently supports
This is used to plot the number in each class as a barchart if plotly is TRUE.
type of prediction to be passed to the model object. For ...GLM defaults to ....
weightings to be provided to predictions if required.
Jared Fowler