Skip to content

Add roc/auc methods for lm/glm-etc. methods. #85

Description

@jarauh

It would be nice if there would be roc/auc-methods for objects of class lm.

The methods could have signature:

roc.lm <- function(model, newdata = NULL, ...)

The function should run predict(model, newdata = newdata, ...) to obtain predictions, extract the observed outcome from either newdata or the model and then compute the roc or auc.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions