Plot the cumulative of the regression model's prediction stratified by the response variable
plot_regression_prediction_binary.Rd
Plot the cumulative of the regression model's prediction stratified by the response variable
Examples
if (FALSE) { # \dontrun{
res_binary <- regress_pwm(cluster_sequences_example, cluster_mat_example[, 1], score_metric = "ks")
plot_regression_prediction_binary(res_binary$pred, res_binary$response)
} # }