Skip to content

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

@jarauh

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.

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions