Skip to content
Snippets Groups Projects
get_roc_curve.Rd 598 B
Newer Older
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/receiver_operating_characteristic.R
\name{get_roc_curve}
\alias{get_roc_curve}
\title{Gets ROC curves and AUC for both aggregated and individual parameters.}
\usage{
get_roc_curve(roc_obj, ...)
}
\arguments{
\item{roc_obj}{ROC object.}

\item{...}{Additional arguments to be passed to \code{ggplot2::geom_path}.}
}
\value{
ROC curves and AUCs for both aggregated and individual parameters.
}
\description{
This function takes a ROC object and returns ROC curves and AUCs for both aggregated and individual parameters.
}