sbalci/ClinicoPathJamoviModule

View on GitHub
man/roc.Rd

Summary

Maintainability
Test Coverage
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/roc.h.R
\name{roc}
\alias{roc}
\title{ROC}
\usage{
roc(
  data,
  measurement,
  status,
  excl = FALSE,
  sty = FALSE,
  quant = FALSE,
  label = FALSE,
  inter = FALSE
)
}
\arguments{
\item{data}{The data as a data frame.}

\item{measurement}{.}

\item{status}{.}

\item{excl}{.}

\item{sty}{.}

\item{quant}{.}

\item{label}{.}

\item{inter}{.}
}
\value{
A results object containing:
\tabular{llllll}{
\code{results$todo} \tab \tab \tab \tab \tab a html \cr
\code{results$text} \tab \tab \tab \tab \tab a preformatted \cr
\code{results$textplot} \tab \tab \tab \tab \tab a preformatted \cr
\code{results$plot} \tab \tab \tab \tab \tab an image \cr
\code{results$plot2} \tab \tab \tab \tab \tab an image \cr
}
}
\description{
Function for ROC Analysis.
}
\examples{
\dontrun{
# example will be added
}
}