R/summary.AROC.R

Defines functions summary.AROC

Documented in summary.AROC

summary.AROC <-
function(object, ...) {
	class(object) <- c(class(object),"summary.AROC")
	object	   	   	
}

Try the AROC package in your browser

Any scripts or data that you put into this service are public.

AROC documentation built on March 18, 2022, 5:22 p.m.